Package org.apache.juneau.csv
Class CsvClassMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedClassMeta
org.apache.juneau.csv.CsvClassMeta
Metadata on classes specific to the CSV serializers and parsers pulled from the 
@Csv annotation on
 the class.
 See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.ExtendedClassMetagetClassMeta, getInnerClass
- 
Constructor Details- 
CsvClassMetaConstructor.- Parameters:
- cm- The class that this annotation is defined on.
- mp- CSV metadata provider (for finding information about other artifacts).
 
 
-