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.
- Author:
- bnasslahsen, pheyken
-
Constructor Summary
ConstructorsConstructorDescriptionDataRestDelegatingMethodParameterCustomizer
(Optional<SpringDataWebPropertiesProvider> optionalSpringDataWebPropertiesProvider, Optional<RepositoryRestConfigurationProvider> optionalRepositoryRestConfigurationProvider) Instantiates a new Data rest delegating method parameter customizer. -
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(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:DelegatingMethodParameterCustomizer
Customize.- Specified by:
customize
in interfaceDelegatingMethodParameterCustomizer
- Parameters:
originalParameter
- the original parametermethodParameter
- the method parameter
-