Uses of Class
org.apache.juneau.ExtendedBeanPropertyMeta
Packages that use ExtendedBeanPropertyMeta
Package
Description
CSV Marshalling Support
-
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.csv
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.csvModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the CSV serializers and parsers pulled from the@Csv
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.html
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the HTML serializers and parsers pulled from the@Html
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.json
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the JSON serializers and parsers pulled from the@Json
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonschema
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the JSON-Schema pulled from the@Schema
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.msgpack
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.oapi
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the OpenAPI serializers and parsers pulled from the@OpenApi
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.plaintext
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.soap
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.uon
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the UON serializers and parsers pulled from the@Uon
annotation on the bean property. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.urlencoding
Subclasses of ExtendedBeanPropertyMeta 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. -
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.xml
Subclasses of ExtendedBeanPropertyMeta in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Metadata on bean properties specific to the XML serializers and parsers pulled from the@Xml
annotation on the bean property.