Uses of Class
org.apache.juneau.ExtendedMeta
Packages that use ExtendedMeta
Package
Description
CSV Marshalling Support
- 
Uses of ExtendedMeta in org.apache.juneauSubclasses of ExtendedMeta in org.apache.juneauModifier and TypeClassDescriptionclassDefines extended language-specific metadata associated with a bean.classDefines extended language-specific metadata associated with a bean property.classDefines extended language-specific metadata associated with a class.
- 
Uses of ExtendedMeta in org.apache.juneau.csvSubclasses of ExtendedMeta in org.apache.juneau.csv
- 
Uses of ExtendedMeta in org.apache.juneau.htmlSubclasses of ExtendedMeta in org.apache.juneau.html
- 
Uses of ExtendedMeta in org.apache.juneau.jsonSubclasses of ExtendedMeta in org.apache.juneau.json
- 
Uses of ExtendedMeta in org.apache.juneau.jsonschemaSubclasses of ExtendedMeta in org.apache.juneau.jsonschema
- 
Uses of ExtendedMeta in org.apache.juneau.msgpackSubclasses of ExtendedMeta in org.apache.juneau.msgpackModifier and TypeClassDescriptionclassMetadata on bean properties specific to the MessagePack serializers and parsers pulled from the@MsgPackannotation on the bean property.classMetadata on classes specific to the MessagePack serializers and parsers pulled from the@MsgPackannotation on the class.
- 
Uses of ExtendedMeta in org.apache.juneau.oapiSubclasses of ExtendedMeta in org.apache.juneau.oapi
- 
Uses of ExtendedMeta in org.apache.juneau.plaintextSubclasses of ExtendedMeta in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassMetadata on bean properties specific to the PlainText serializers and parsers pulled from the@PlainTextannotation on the bean property.classMetadata on classes specific to the PlainText serializers and parsers pulled from the@PlainTextannotation on the class.
- 
Uses of ExtendedMeta in org.apache.juneau.soapSubclasses of ExtendedMeta in org.apache.juneau.soapModifier and TypeClassDescriptionclassMetadata on bean properties specific to the SOAP/XML serializers and parsers pulled from the@SoapXmlannotation on the bean property.classMetadata on classes specific to the SOAP/XML serializers and parsers pulled from the@SoapXmlannotation on the class.
- 
Uses of ExtendedMeta in org.apache.juneau.uonSubclasses of ExtendedMeta in org.apache.juneau.uon
- 
Uses of ExtendedMeta in org.apache.juneau.urlencodingSubclasses of ExtendedMeta in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassMetadata on bean properties specific to the URL-Encoding serializers and parsers pulled from the@UrlEncodingannotation on the bean property.classMetadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncodingannotation on the class.
- 
Uses of ExtendedMeta in org.apache.juneau.xmlSubclasses of ExtendedMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclassMetadata on beans specific to the XML serializers and parsers pulled from the@Xmlannotation on the class.classMetadata on bean properties specific to the XML serializers and parsers pulled from the@Xmlannotation on the bean property.classMetadata on classes specific to the XML serializers and parsers pulled from the@Xmlannotation on the class.