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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springdoc.core.customizers.DelegatingMethodParameterCustomizer
customizeList
-
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
-