public class JsonClassMeta extends ClassMetaExtended
@Json
annotation on
the class.Constructor and Description |
---|
JsonClassMeta(ClassMeta<?> cm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Json |
getAnnotation()
Returns the
@Json annotation defined on the class. |
protected String |
getWrapperAttr()
Returns the
@Json.wrapperAttr() annotation defined on the class. |
getClassMeta, getInnerClass
public JsonClassMeta(ClassMeta<?> cm)
cm
- The class that this annotation is defined on.protected Json getAnnotation()
@Json
annotation defined on the class.protected String getWrapperAttr()
@Json.wrapperAttr()
annotation defined on the class.Copyright © 2018 Apache. All rights reserved.