Package org.apache.juneau.csv
Class CsvBeanPropertyMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
org.apache.juneau.csv.CsvBeanPropertyMeta
Metadata on bean properties specific to the CSV serializers and parsers pulled from the
@Csv
annotation on the bean property.
See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.ExtendedBeanPropertyMeta
getBeanPropertyMeta
-
Field Details
-
DEFAULT
Default instance.
-
-
Constructor Details
-
CsvBeanPropertyMeta
Constructor.- Parameters:
bpm
- The metadata of the bean property of this additional metadata.mp
- CSV metadata provider (for finding information about other artifacts).
-