类 XmlPropertyPlugin
java.lang.Object
springfox.documentation.schema.property.XmlPropertyPlugin
- 所有已实现的接口:
org.springframework.plugin.core.Plugin<DocumentationType>,ModelPropertyBuilderPlugin
@Component
@Conditional(JaxbPresentInClassPathCondition.class)
public class XmlPropertyPlugin
extends Object
implements ModelPropertyBuilderPlugin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidapply(ModelPropertyContext context) static <T extends Annotation>
com.google.common.base.Optional<T>findAnnotation(AnnotatedElement annotated, Class<T> annotation) booleansupports(DocumentationType delimiter)
-
构造器详细资料
-
XmlPropertyPlugin
public XmlPropertyPlugin()
-
-
方法详细资料
-
apply
- 指定者:
apply在接口中ModelPropertyBuilderPlugin
-
findAnnotation
public static <T extends Annotation> com.google.common.base.Optional<T> findAnnotation(AnnotatedElement annotated, Class<T> annotation) -
supports
- 指定者:
supports在接口中org.springframework.plugin.core.Plugin<DocumentationType>
-