Uses of Interface
org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
-
Packages that use DelegatingMethodParameterCustomizer Package Description org.springdoc.core -
-
Uses of DelegatingMethodParameterCustomizer in org.springdoc.core
Methods in org.springdoc.core that return types with arguments of type DelegatingMethodParameterCustomizer Modifier and Type Method Description Optional<DelegatingMethodParameterCustomizer>GenericParameterService. getDelegatingMethodParameterCustomizer()Gets delegating method parameter customizer.Method parameters in org.springdoc.core with type arguments of type DelegatingMethodParameterCustomizer Modifier and Type Method Description static org.springframework.core.MethodParameter[]DelegatingMethodParameter. customize(String[] pNames, org.springframework.core.MethodParameter[] parameters, Optional<DelegatingMethodParameterCustomizer> optionalDelegatingMethodParameterCustomizer)Customize method parameter [ ].Constructor parameters in org.springdoc.core with type arguments of type DelegatingMethodParameterCustomizer Constructor Description GenericParameterService(PropertyResolverUtils propertyResolverUtils, Optional<DelegatingMethodParameterCustomizer> optionalDelegatingMethodParameterCustomizer, Optional<WebConversionServiceProvider> optionalWebConversionServiceProvider)Instantiates a new Generic parameter builder.
-