Package org.springdoc.core.customizers
Class DataRestDelegatingMethodParameterCustomizer
- java.lang.Object
-
- org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer
-
- All Implemented Interfaces:
DelegatingMethodParameterCustomizer
public class DataRestDelegatingMethodParameterCustomizer extends Object implements DelegatingMethodParameterCustomizer
The type Data rest delegating method parameter customizer.
-
-
Constructor Summary
Constructors Constructor Description DataRestDelegatingMethodParameterCustomizer(Optional<SpringDataWebPropertiesProvider> optionalSpringDataWebPropertiesProvider, Optional<RepositoryRestConfigurationProvider> optionalRepositoryRestConfigurationProvider)Instantiates a new Data rest delegating method parameter customizer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomize(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter)Customize.
-
-
-
Constructor Detail
-
DataRestDelegatingMethodParameterCustomizer
public DataRestDelegatingMethodParameterCustomizer(Optional<SpringDataWebPropertiesProvider> optionalSpringDataWebPropertiesProvider, Optional<RepositoryRestConfigurationProvider> optionalRepositoryRestConfigurationProvider)
Instantiates a new Data rest delegating method parameter customizer.- Parameters:
optionalSpringDataWebPropertiesProvider- the optional spring data web properties provideroptionalRepositoryRestConfigurationProvider- the optional repository rest configuration provider
-
-
Method Detail
-
customize
public void customize(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter)Description copied from interface:DelegatingMethodParameterCustomizerCustomize.- Specified by:
customizein interfaceDelegatingMethodParameterCustomizer- Parameters:
originalParameter- the original parametermethodParameter- the method parameter
-
-