Package org.springdoc.core.customizers
Class ParameterObjectNamingStrategyCustomizer
java.lang.Object
org.springdoc.core.customizers.ParameterObjectNamingStrategyCustomizer
- All Implemented Interfaces:
DelegatingMethodParameterCustomizer
public class ParameterObjectNamingStrategyCustomizer
extends Object
implements DelegatingMethodParameterCustomizer
The type Parameter object naming strategy customizer.
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter) Customize.
-
Constructor Details
-
ParameterObjectNamingStrategyCustomizer
public ParameterObjectNamingStrategyCustomizer()
-
-
Method Details
-
customize
public void customize(org.springframework.core.MethodParameter originalParameter, org.springframework.core.MethodParameter methodParameter) Description copied from interface:DelegatingMethodParameterCustomizer
Customize.- Specified by:
customize
in interfaceDelegatingMethodParameterCustomizer
- Parameters:
originalParameter
- the original parametermethodParameter
- the method parameter
-