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 SummaryConstructorsConstructorDescriptionUrlEncodingClassMeta(ClassMeta<?> cm, UrlEncodingMetaProvider mp) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanReturns theUrlEncoding.expandedParams()annotation defined on the class.Methods inherited from class org.apache.juneau.ExtendedClassMetagetClassMeta, getInnerClass
- 
Constructor Details- 
UrlEncodingClassMetaConstructor.- Parameters:
- cm- The class that this annotation is defined on.
- mp- URL-encoding metadata provider (for finding information about other artifacts).
 
 
- 
- 
Method Details- 
isExpandedParamsReturns theUrlEncoding.expandedParams()annotation defined on the class.- Returns:
- The value of the UrlEncoding.expandedParams()annotation.
 
 
-