Class CsvClassMeta


public class CsvClassMeta extends ExtendedClassMeta
Metadata on classes specific to the CSV serializers and parsers pulled from the @Csv annotation on the class.
See Also:
  • Constructor Details

    • CsvClassMeta

      Constructor.
      Parameters:
      cm - The class that this annotation is defined on.
      mp - CSV metadata provider (for finding information about other artifacts).