public class UrlEncodingClassMeta extends ExtendedClassMeta
@UrlEncoding
annotation on the class.Constructor and Description |
---|
UrlEncodingClassMeta(ClassMeta<?> cm,
UrlEncodingMetaProvider mp)
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, getInnerClass
public UrlEncodingClassMeta(ClassMeta<?> cm, UrlEncodingMetaProvider mp)
cm
- The class that this annotation is defined on.mp
- URL-encoding metadata provider (for finding information about other artifacts).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–2020 The Apache Software Foundation. All rights reserved.