Uses of Class
org.apache.juneau.ExtendedClassMeta
Packages that use ExtendedClassMeta
Package
Description
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 ExtendedClassMeta in org.apache.juneau.csv
Subclasses of ExtendedClassMeta in org.apache.juneau.csvModifier and TypeClassDescriptionclassMetadata on classes specific to the CSV serializers and parsers pulled from the@Csvannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.html
Subclasses of ExtendedClassMeta in org.apache.juneau.htmlModifier and TypeClassDescriptionclassMetadata on classes specific to the HTML serializers and parsers pulled from the@Htmlannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.json
Subclasses of ExtendedClassMeta in org.apache.juneau.jsonModifier and TypeClassDescriptionclassMetadata on classes specific to the JSON serializers and parsers pulled from the@Jsonannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.jsonschema
Subclasses of ExtendedClassMeta in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclassMetadata on classes specific to the JSON-Schema serializer and pulled from the@Schemaannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.msgpack
Subclasses of ExtendedClassMeta in org.apache.juneau.msgpackModifier and TypeClassDescriptionclassMetadata on classes specific to the MessagePack serializers and parsers pulled from the@MsgPackannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.oapi
Subclasses of ExtendedClassMeta in org.apache.juneau.oapiModifier and TypeClassDescriptionclassMetadata on classes specific to the OpenApi serializers and parsers pulled from the@OpenApiannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.plaintext
Subclasses of ExtendedClassMeta in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassMetadata on classes specific to the PlainText serializers and parsers pulled from the@PlainTextannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.soap
Subclasses of ExtendedClassMeta in org.apache.juneau.soapModifier and TypeClassDescriptionclassMetadata on classes specific to the SOAP/XML serializers and parsers pulled from the@SoapXmlannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.uon
Subclasses of ExtendedClassMeta in org.apache.juneau.uonModifier and TypeClassDescriptionclassMetadata on classes specific to the UON serializers and parsers pulled from the@Uonannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.urlencoding
Subclasses of ExtendedClassMeta in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassMetadata on classes specific to the URL-Encoding serializers and parsers pulled from the@UrlEncodingannotation on the class. -
Uses of ExtendedClassMeta in org.apache.juneau.xml
Subclasses of ExtendedClassMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclassMetadata on classes specific to the XML serializers and parsers pulled from the@Xmlannotation on the class.