Interface ExpandedParameterBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
ExpandedParameterBuilder,ExpandedParameterMinMaxAnnotationPlugin,ExpandedParameterNotBlankAnnotationPlugin,ExpandedParameterNotNullAnnotationPlugin,ExpandedParameterPatternAnnotationPlugin,ExpandedParameterSizeAnnotationPlugin,SwaggerExpandedParameterBuilder
public interface ExpandedParameterBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(ParameterExpansionContext context)Implement this method to override the Parameter using ParameterBuilder available in the context
-
-
-
Method Detail
-
apply
void apply(ParameterExpansionContext context)
Implement this method to override the Parameter using ParameterBuilder available in the context- Parameters:
context- - context that can be used to override the parameter attributes- See Also:
Parameter,ParameterBuilder
-
-