@Component public class ParameterMultiplesReader extends java.lang.Object implements ParameterBuilderPlugin
| Constructor and Description |
|---|
ParameterMultiplesReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ParameterContext context)
Implement this method to collect input parameters and return values
|
boolean |
supports(DocumentationType delimiter) |
public void apply(ParameterContext context)
ParameterBuilderPluginapply in interface ParameterBuilderPlugincontext - - context that can be used to override the parameter attributesParameter,
ParameterBuilderpublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>