Uses of Class
org.apache.juneau.ExtendedMeta
Packages that use ExtendedMeta
Package
Description
CSV Marshalling Support
-
Uses of ExtendedMeta in org.apache.juneau
Subclasses of ExtendedMeta in org.apache.juneauModifier and TypeClassDescriptionclass
Defines extended language-specific metadata associated with a bean.class
Defines extended language-specific metadata associated with a bean property.class
Defines extended language-specific metadata associated with a class. -
Uses of ExtendedMeta in org.apache.juneau.csv
Subclasses of ExtendedMeta in org.apache.juneau.csv -
Uses of ExtendedMeta in org.apache.juneau.html
Subclasses of ExtendedMeta in org.apache.juneau.html -
Uses of ExtendedMeta in org.apache.juneau.json
Subclasses of ExtendedMeta in org.apache.juneau.json -
Uses of ExtendedMeta in org.apache.juneau.jsonschema
Subclasses of ExtendedMeta in org.apache.juneau.jsonschema -
Uses of ExtendedMeta in org.apache.juneau.msgpack
Subclasses of ExtendedMeta in org.apache.juneau.msgpackModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the MessagePack serializers and parsers pulled from the@MsgPack
annotation on the bean property.class
Metadata on classes specific to the MessagePack serializers and parsers pulled from the@MsgPack
annotation on the class. -
Uses of ExtendedMeta in org.apache.juneau.oapi
Subclasses of ExtendedMeta in org.apache.juneau.oapi -
Uses of ExtendedMeta in org.apache.juneau.plaintext
Subclasses of ExtendedMeta in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the PlainText serializers and parsers pulled from the@PlainText
annotation on the bean property.class
Metadata on classes specific to the PlainText serializers and parsers pulled from the@PlainText
annotation on the class. -
Uses of ExtendedMeta in org.apache.juneau.soap
Subclasses of ExtendedMeta in org.apache.juneau.soapModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the SOAP/XML serializers and parsers pulled from the@SoapXml
annotation on the bean property.class
Metadata on classes specific to the SOAP/XML serializers and parsers pulled from the@SoapXml
annotation on the class. -
Uses of ExtendedMeta in org.apache.juneau.uon
Subclasses of ExtendedMeta in org.apache.juneau.uon -
Uses of ExtendedMeta in org.apache.juneau.urlencoding
Subclasses of ExtendedMeta in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the URL-Encoding serializers and parsers pulled from the@UrlEncoding
annotation on the bean property.class
Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncoding
annotation on the class. -
Uses of ExtendedMeta in org.apache.juneau.xml
Subclasses of ExtendedMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Metadata on beans specific to the XML serializers and parsers pulled from the@Xml
annotation on the class.class
Metadata on bean properties specific to the XML serializers and parsers pulled from the@Xml
annotation on the bean property.class
Metadata on classes specific to the XML serializers and parsers pulled from the@Xml
annotation on the class.