Uses of Class
org.apache.juneau.ExtendedBeanPropertyMeta
Packages that use ExtendedBeanPropertyMeta
Package
Description
CSV Marshalling Support
- 
Uses of ExtendedBeanPropertyMeta in org.apache.juneau.csvSubclasses 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.htmlSubclasses 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.jsonSubclasses 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.jsonschemaSubclasses 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.msgpackSubclasses 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.oapiSubclasses 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.plaintextSubclasses 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.soapSubclasses 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.uonSubclasses 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.urlencodingSubclasses 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.xmlSubclasses 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.