Interface ModelBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
ApiModelBuilder
,JacksonXmlModelPlugin
,JsonIgnorePropertiesModelPlugin
,PropertyDiscriminatorBasedInheritancePlugin
,XmlModelPlugin
public interface ModelBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(ModelContext context)
Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder
-
-
-
Method Detail
-
apply
void apply(ModelContext context)
Implement this method to override the @see springfox.documentation.schema.Model using the @see springfox .documentation.builders.ModelBuilder- Parameters:
context
- - context that can be used to override the model attributes
-
-