Uses of Class
org.springdoc.data.rest.core.ControllerType
-
Packages that use ControllerType Package Description org.springdoc.data.rest.core -
-
Uses of ControllerType in org.springdoc.data.rest.core
Methods in org.springdoc.data.rest.core that return ControllerType Modifier and Type Method Description ControllerTypeDataRestRepository. getControllerType()Gets controller type.static ControllerTypeControllerType. 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.Methods in org.springdoc.data.rest.core with parameters of type ControllerType Modifier and Type Method Description io.swagger.v3.oas.models.OperationDataRestOperationService. 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.voidDataRestRepository. setControllerType(ControllerType controllerType)Sets controller type.
-