| Package | Description |
|---|---|
| org.springdoc.data.rest.core |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRestRouterOperationBuilder.buildEntityRouterOperationList(List<org.springdoc.core.fn.RouterOperation> routerOperationList,
Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> handlerMethodMap,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
DataRestRepository dataRestRepository,
io.swagger.v3.oas.models.OpenAPI openAPI)
Build entity router operation list.
|
void |
DataRestTagsBuilder.buildEntityTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
Build entity tags.
|
io.swagger.v3.oas.models.Operation |
DataRestOperationBuilder.buildOperation(org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
org.springdoc.core.MethodAttributes methodAttributes,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
ControllerType controllerType)
Build operation operation.
|
void |
DataRestRouterOperationBuilder.buildSearchRouterOperationList(List<org.springdoc.core.fn.RouterOperation> routerOperationList,
Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> handlerMethodMap,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
DataRestRepository dataRestRepository,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping)
Build search router operation list.
|
void |
DataRestTagsBuilder.buildSearchTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository)
Build search tags.
|
Copyright © 2020. All rights reserved.