@FunctionalInterface public interface ParameterCustomizer
ParameterCustomizer
to customize a parameter
based on the parameter and handler method inputModifier and Type | Method and Description |
---|---|
io.swagger.v3.oas.models.parameters.Parameter |
customize(io.swagger.v3.oas.models.parameters.Parameter parameterModel,
org.springframework.core.MethodParameter methodParameter) |
io.swagger.v3.oas.models.parameters.Parameter customize(io.swagger.v3.oas.models.parameters.Parameter parameterModel, org.springframework.core.MethodParameter methodParameter)
parameterModel
- to be customizedmethodParameter
- original parameter from handler methodCopyright © 2020. All rights reserved.