Package org.apache.juneau.urlencoding
Class UrlEncodingClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.urlencoding.UrlEncodingClassMeta
Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the
@UrlEncoding
annotation on the class.
See Also:
-
Constructor Summary
ConstructorDescriptionUrlEncodingClassMeta
(ClassMeta<?> cm, UrlEncodingMetaProvider mp) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Returns theUrlEncoding.expandedParams()
annotation defined on the class.Methods inherited from class org.apache.juneau.ExtendedClassMeta
getClassMeta, getInnerClass
-
Constructor Details
-
UrlEncodingClassMeta
Constructor.- Parameters:
cm
- The class that this annotation is defined on.mp
- URL-encoding metadata provider (for finding information about other artifacts).
-
-
Method Details
-
isExpandedParams
Returns theUrlEncoding.expandedParams()
annotation defined on the class.- Returns:
- The value of the
UrlEncoding.expandedParams()
annotation.
-