Uses of Enum
org.springdoc.data.rest.core.ControllerType
Packages that use ControllerType
-
Uses of ControllerType in org.springdoc.data.rest.core
Methods in org.springdoc.data.rest.core that return ControllerTypeModifier and TypeMethodDescriptionDataRestRepository.getControllerType()Gets controller type.static ControllerTypeReturns 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 ControllerTypeModifier and TypeMethodDescriptionio.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.