Class DataRestDelegatingMethodParameterCustomizer

    • Constructor Detail

      • 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 provider
        optionalRepositoryRestConfigurationProvider - the optional repository rest configuration provider
    • Method Detail

      • customize

        public void customize​(org.springframework.core.MethodParameter originalParameter,
                              org.springframework.core.MethodParameter methodParameter)
        Description copied from interface: DelegatingMethodParameterCustomizer
        Customize.
        Specified by:
        customize in interface DelegatingMethodParameterCustomizer
        Parameters:
        originalParameter - the original parameter
        methodParameter - the method parameter