public class DataRestDelegatingMethodParameterCustomizer extends Object implements org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.core.MethodParameter originalParameter,
org.springframework.core.MethodParameter methodParameter) |
public DataRestDelegatingMethodParameterCustomizer(Optional<org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties> optionalSpringDataWebProperties, Optional<org.springframework.data.rest.core.config.RepositoryRestConfiguration> optionalRepositoryRestConfiguration)
optionalSpringDataWebProperties - the optional spring data web propertiesoptionalRepositoryRestConfiguration - the optional repository rest configurationCopyright © 2020. All rights reserved.