| Package | Description |
|---|---|
| org.springdoc.data.rest.core |
| Modifier and Type | Method and Description |
|---|---|
ControllerType |
DataRestRepository.getControllerType()
Gets controller type.
|
static ControllerType |
ControllerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllerType[] |
ControllerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
DataRestRepository.setControllerType(ControllerType controllerType)
Sets controller type.
|
Copyright © 2021. All rights reserved.