Uses of Class
org.apache.juneau.ExtendedBeanPropertyMeta
Packages that use ExtendedBeanPropertyMeta
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 ExtendedBeanPropertyMeta in org.apache.juneau.csv
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.csvModifier and TypeClassDescriptionclassMetadata on bean properties specific to the CSV serializers and parsers pulled from the@Csvannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.html
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.htmlModifier and TypeClassDescriptionclassMetadata on bean properties specific to the HTML serializers and parsers pulled from the@Htmlannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.json
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonModifier and TypeClassDescriptionclassMetadata on bean properties specific to the JSON serializers and parsers pulled from the@Jsonannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonschema
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclassMetadata on bean properties specific to the JSON-Schema pulled from the@Schemaannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.msgpack
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.oapi
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.oapiModifier and TypeClassDescriptionclassMetadata on bean properties specific to the OpenAPI serializers and parsers pulled from the@OpenApiannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.plaintext
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.soap
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.uon
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.uonModifier and TypeClassDescriptionclassMetadata on bean properties specific to the UON serializers and parsers pulled from the@Uonannotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.urlencoding
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.xml
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclassMetadata on bean properties specific to the XML serializers and parsers pulled from the@Xmlannotation on the bean property.