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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedBeanPropertyMetagetBeanPropertyMeta
- 
Field Details- 
DEFAULTDefault instance.
 
- 
- 
Constructor Details- 
CsvBeanPropertyMetaConstructor.- Parameters:
- bpm- The metadata of the bean property of this additional metadata.
- mp- CSV metadata provider (for finding information about other artifacts).
 
 
-