@Component
public class ModelAttributeParameterExpander
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DocumentationPluginsManager |
pluginsManager |
| Constructor and Description |
|---|
ModelAttributeParameterExpander(com.fasterxml.classmate.TypeResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
expand(java.lang.String parentName,
java.lang.Class<?> paramType,
java.util.List<springfox.documentation.service.Parameter> parameters,
springfox.documentation.spi.service.contexts.DocumentationContext documentationContext) |
@Autowired protected DocumentationPluginsManager pluginsManager