Uses of Enum Class
org.springdoc.core.data.ControllerType
Packages that use ControllerType
-
Uses of ControllerType in org.springdoc.core.data
Methods in org.springdoc.core.data that return ControllerTypeModifier and TypeMethodDescriptionDataRestRepository.getControllerType()
Gets controller type.static ControllerType
Returns the enum constant of this class with the specified name.static ControllerType[]
ControllerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springdoc.core.data with parameters of type ControllerTypeModifier and TypeMethodDescriptionio.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, 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.