Uses of Class
org.apache.juneau.ExtendedClassMeta
Packages that use ExtendedClassMeta
Package
Description
CSV Marshalling Support
-
Uses of ExtendedClassMeta in org.apache.juneau.csv
Subclasses of ExtendedClassMeta in org.apache.juneau.csvModifier and TypeClassDescriptionclass
Metadata on classes specific to the CSV serializers and parsers pulled from the@Csv
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.html
Subclasses of ExtendedClassMeta in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Metadata on classes specific to the HTML serializers and parsers pulled from the@Html
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.json
Subclasses of ExtendedClassMeta in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Metadata on classes specific to the JSON serializers and parsers pulled from the@Json
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.jsonschema
Subclasses of ExtendedClassMeta in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclass
Metadata on classes specific to the JSON-Schema serializer and pulled from the@Schema
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.msgpack
Subclasses of ExtendedClassMeta in org.apache.juneau.msgpackModifier and TypeClassDescriptionclass
Metadata on classes specific to the MessagePack serializers and parsers pulled from the@MsgPack
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.oapi
Subclasses of ExtendedClassMeta in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Metadata on classes specific to the OpenApi serializers and parsers pulled from the@OpenApi
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.plaintext
Subclasses of ExtendedClassMeta in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Metadata on classes specific to the PlainText serializers and parsers pulled from the@PlainText
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.soap
Subclasses of ExtendedClassMeta in org.apache.juneau.soapModifier and TypeClassDescriptionclass
Metadata on classes specific to the SOAP/XML serializers and parsers pulled from the@SoapXml
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.uon
Subclasses of ExtendedClassMeta in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Metadata on classes specific to the UON serializers and parsers pulled from the@Uon
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.urlencoding
Subclasses of ExtendedClassMeta in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Metadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncoding
annotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.xml
Subclasses of ExtendedClassMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Metadata on classes specific to the XML serializers and parsers pulled from the@Xml
annotation on the class.