Interface DelegatingMethodParameterCustomizer

  • All Known Implementing Classes:
    DataRestDelegatingMethodParameterCustomizer
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface DelegatingMethodParameterCustomizer
    The interface Delegating method parameter customizer.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customize​(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter)
      Customize.
    • Method Detail

      • customize

        void customize​(org.springframework.core.MethodParameter originalParameter,
                       org.springframework.core.MethodParameter methodParameter)
        Customize.
        Parameters:
        originalParameter - the original parameter
        methodParameter - the method parameter