| Package | Description |
|---|---|
| org.springdoc.data.rest.core |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRestRequestService.buildCommonParameters(io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
org.springdoc.core.MethodAttributes methodAttributes,
io.swagger.v3.oas.models.Operation operation,
String[] pNames,
org.springframework.core.MethodParameter[] parameters,
DataRestRepository dataRestRepository)
Build common parameters.
|
void |
DataRestResponseService.buildEntityResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
String operationPath,
org.springdoc.core.MethodAttributes methodAttributes,
DataRestRepository dataRestRepository,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata)
Build entity response.
|
void |
DataRestRouterOperationService.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 |
DataRestTagsService.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 |
DataRestOperationService.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 |
DataRestRequestService.buildParameters(io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.web.method.HandlerMethod handlerMethod,
org.springframework.web.bind.annotation.RequestMethod requestMethod,
org.springdoc.core.MethodAttributes methodAttributes,
io.swagger.v3.oas.models.Operation operation,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
DataRestRepository dataRestRepository)
Build parameters.
|
void |
DataRestResponseService.buildSearchResponse(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
io.swagger.v3.oas.models.OpenAPI openAPI,
org.springframework.data.rest.core.mapping.MethodResourceMapping methodResourceMapping,
Class<?> domainType,
org.springdoc.core.MethodAttributes methodAttributes,
org.springframework.data.rest.core.mapping.ResourceMetadata resourceMetadata,
DataRestRepository dataRestRepository)
Build search response.
|
void |
DataRestRouterOperationService.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 |
DataRestTagsService.buildSearchTags(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod,
DataRestRepository dataRestRepository,
Method method)
Build search tags.
|
Copyright © 2021. All rights reserved.