Interface ParameterBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface ParameterBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(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
-
-