Uses of Interface
org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
Packages that use DelegatingMethodParameterCustomizer
Package
Description
-
Uses of DelegatingMethodParameterCustomizer in org.springdoc.core.customizers
Classes in org.springdoc.core.customizers that implement DelegatingMethodParameterCustomizerModifier and TypeClassDescriptionclassThe type Data rest delegating method parameter customizer.classThe type Parameter object naming strategy customizer.Methods in org.springdoc.core.customizers that return types with arguments of type DelegatingMethodParameterCustomizerModifier and TypeMethodDescriptionSpringDocCustomizers.getOptionalDelegatingMethodParameterCustomizers()Gets optional delegating method parameter customizers. -
Uses of DelegatingMethodParameterCustomizer in org.springdoc.core.extractor
Method parameters in org.springdoc.core.extractor with type arguments of type DelegatingMethodParameterCustomizerModifier and TypeMethodDescriptionstatic org.springframework.core.MethodParameter[]DelegatingMethodParameter.customize(String[] pNames, org.springframework.core.MethodParameter[] parameters, Optional<List<DelegatingMethodParameterCustomizer>> optionalDelegatingMethodParameterCustomizers, MethodParameterPojoExtractor methodParameterPojoExtractor, boolean defaultFlatParamObject) Customize method parameter [ ]. -
Uses of DelegatingMethodParameterCustomizer in org.springdoc.core.service
Methods in org.springdoc.core.service that return types with arguments of type DelegatingMethodParameterCustomizerModifier and TypeMethodDescriptionAbstractRequestService.getOptionalDelegatingMethodParameterCustomizers()Gets optional delegating method parameter customizers.