@Component public class PatternAnnotationPlugin extends java.lang.Object implements ModelPropertyBuilderPlugin
| Constructor and Description |
|---|
PatternAnnotationPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ModelPropertyContext context)
Implement this method to override the @see springfox.documentation.schema.ModelProperty using the @see springfox
.documentation.builders.ModelPropertyBuilder
|
boolean |
supports(DocumentationType delimiter) |
public void apply(ModelPropertyContext context)
ModelPropertyBuilderPluginapply in interface ModelPropertyBuilderPlugincontext - - context that can be used to override the model property attributespublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>