接口 ParameterBuilderPlugin
- 所有超级接口:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface ParameterBuilderPlugin
extends org.springframework.plugin.core.Plugin<DocumentationType>
-
方法概要
修饰符和类型方法说明voidapply(ParameterContext parameterContext) Implement this method to collect input parameters and return values从接口继承的方法 org.springframework.plugin.core.Plugin
supports
-
方法详细资料
-
apply
Implement this method to collect input parameters and return values- 参数:
parameterContext- - context that can be used to override the parameter attributes- 另请参阅:
-