Interface ParameterBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
ApiParamParameterBuilder
,MinMaxAnnotationPlugin
,NotBlankAnnotationPlugin
,NotNullAnnotationPlugin
,OpenApiParameterBuilder
,ParameterDataTypeReader
,ParameterDefaultReader
,ParameterMultiplesReader
,ParameterNameReader
,ParameterNameReader
,ParameterRequiredReader
,ParameterTypeReader
,PatternAnnotationPlugin
,SizeAnnotationPlugin
public interface ParameterBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(ParameterContext parameterContext)
Implement this method to collect input parameters and return values
-
-
-
Method Detail
-
apply
void apply(ParameterContext parameterContext)
Implement this method to collect input parameters and return values- Parameters:
parameterContext
- - context that can be used to override the parameter attributes- See Also:
Parameter
,ParameterBuilder
-
-