Interface ModelPropertyBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
ApiModelPropertyPropertyBuilder,DecimalMinMaxAnnotationPlugin,IsNullAnnotationPlugin,JacksonXmlPropertyPlugin,MinMaxAnnotationPlugin,NotBlankAnnotationPlugin,NotNullAnnotationPlugin,OpenApiSchemaPropertyBuilder,PatternAnnotationPlugin,SizeAnnotationPlugin,XmlPropertyPlugin
public interface ModelPropertyBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(ModelPropertyContext context)Implement this method to override the @see springfox.documentation.schema.ModelProperty using the @see springfox .documentation.builders.ModelPropertyBuilder
-
-
-
Method Detail
-
apply
void apply(ModelPropertyContext context)
Implement this method to override the @see springfox.documentation.schema.ModelProperty using the @see springfox .documentation.builders.ModelPropertyBuilder- Parameters:
context- - context that can be used to override the model property attributes
-
-