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
ConstructorsConstructorDescriptionDataRestDelegatingMethodParameterCustomizer(Optional<SpringDataWebPropertiesProvider> optionalSpringDataWebPropertiesProvider, Optional<RepositoryRestConfigurationProvider> optionalRepositoryRestConfigurationProvider) Instantiates a new Data rest delegating method parameter customizer. -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter) Customize.
-
Constructor Details
-
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 Details
-
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
-