Uses of Class
org.apache.juneau.ExtendedMeta
Packages that use ExtendedMeta
Package
Description
Marshalling API
CSV Marshalling Support
HTML Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Plaintext Marshalling Support
SOAP/XML Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of ExtendedMeta in org.apache.juneau
Subclasses 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.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 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.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 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.soap
Subclasses 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.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 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.xml
Subclasses 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.