@Component
public class XmlPropertyPlugin
extends java.lang.Object
implements springfox.documentation.spi.schema.ModelPropertyBuilderPlugin
| Constructor and Description |
|---|
XmlPropertyPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(springfox.documentation.spi.schema.contexts.ModelPropertyContext context) |
static <T extends java.lang.annotation.Annotation> |
findAnnotation(java.lang.reflect.AnnotatedElement annotated,
java.lang.Class<T> annotation) |
boolean |
supports(springfox.documentation.spi.DocumentationType delimiter) |
public void apply(springfox.documentation.spi.schema.contexts.ModelPropertyContext context)
apply in interface springfox.documentation.spi.schema.ModelPropertyBuilderPluginpublic static <T extends java.lang.annotation.Annotation> com.google.common.base.Optional<T> findAnnotation(java.lang.reflect.AnnotatedElement annotated,
java.lang.Class<T> annotation)
public boolean supports(springfox.documentation.spi.DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>