Class DataRestDelegatingMethodParameterCustomizer
- java.lang.Object
-
- org.springdoc.data.rest.customisers.DataRestDelegatingMethodParameterCustomizer
-
- All Implemented Interfaces:
org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
public class DataRestDelegatingMethodParameterCustomizer extends Object implements org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
The type Data rest delegating method parameter customizer.
-
-
Constructor Summary
Constructors Constructor Description DataRestDelegatingMethodParameterCustomizer(Optional<org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties> optionalSpringDataWebProperties, Optional<org.springframework.data.rest.core.config.RepositoryRestConfiguration> optionalRepositoryRestConfiguration)
Instantiates a new Data rest delegating method parameter customizer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter)
-
-
-
Constructor Detail
-
DataRestDelegatingMethodParameterCustomizer
public DataRestDelegatingMethodParameterCustomizer(Optional<org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties> optionalSpringDataWebProperties, Optional<org.springframework.data.rest.core.config.RepositoryRestConfiguration> optionalRepositoryRestConfiguration)
Instantiates a new Data rest delegating method parameter customizer.- Parameters:
optionalSpringDataWebProperties
- the optional spring data web propertiesoptionalRepositoryRestConfiguration
- the optional repository rest configuration
-
-