Package org.springdoc.core.customizers
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.
-