public class UrlEncodingClassMeta extends ClassMetaExtended
@UrlEncoding annotation on the class.| Constructor and Description |
|---|
UrlEncodingClassMeta(ClassMeta<?> cm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected UrlEncoding |
getAnnotation()
Returns the
UrlEncoding annotation defined on the class. |
protected boolean |
isExpandedParams()
Returns the
UrlEncoding.expandedParams() annotation defined on the class. |
getClassMeta, getInnerClasspublic UrlEncodingClassMeta(ClassMeta<?> cm)
cm - The class that this annotation is defined on.protected UrlEncoding getAnnotation()
UrlEncoding annotation defined on the class.UrlEncoding annotation, or protected boolean isExpandedParams()
UrlEncoding.expandedParams() annotation defined on the class.UrlEncoding.expandedParams() annotation.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.