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 TypeMethodDescriptionvoidcustomize(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, waitMethods 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:DelegatingMethodParameterCustomizerCustomize.- Specified by:
customizein interfaceDelegatingMethodParameterCustomizer- Parameters:
originalParameter- the original parametermethodParameter- the method parameter
-