Uses of Interface
org.springdoc.core.customizers.ParameterCustomizer
-
Packages that use ParameterCustomizer Package Description org.springdoc.core -
-
Uses of ParameterCustomizer in org.springdoc.core
Constructor parameters in org.springdoc.core with type arguments of type ParameterCustomizer Constructor Description AbstractRequestService(GenericParameterService parameterBuilder, RequestBodyService requestBodyService, OperationService operationService, Optional<List<ParameterCustomizer>> parameterCustomizers, org.springframework.core.LocalVariableTableParameterNameDiscoverer localSpringDocParameterNameDiscoverer)Instantiates a new Abstract request builder.
-