public class OpenApiClassMeta extends ExtendedClassMeta
@OpenApi
annotation on
the class.Constructor and Description |
---|
OpenApiClassMeta(ClassMeta<?> cm,
OpenApiMetaProvider mp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected OpenApi |
getAnnotation()
Returns the
@OpenApi annotation defined on the class. |
getClassMeta, getInnerClass
public OpenApiClassMeta(ClassMeta<?> cm, OpenApiMetaProvider mp)
cm
- The class that this annotation is defined on.mp
- OpenApi metadata provider (for finding information about other artifacts).protected OpenApi getAnnotation()
@OpenApi
annotation defined on the class.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.