Class 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 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 properties
        optionalRepositoryRestConfiguration - the optional repository rest configuration
    • Method Detail

      • customize

        public void customize​(org.springframework.core.MethodParameter originalParameter,
                              org.springframework.core.MethodParameter methodParameter)
        Specified by:
        customize in interface org.springdoc.core.customizers.DelegatingMethodParameterCustomizer