public class CsvClassMeta extends ExtendedClassMeta
@Csv
annotation on
the class.Constructor and Description |
---|
CsvClassMeta(ClassMeta<?> cm,
CsvMetaProvider mp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Csv |
getAnnotation()
Returns the
@Csv annotation defined on the class. |
getClassMeta, getInnerClass
public CsvClassMeta(ClassMeta<?> cm, CsvMetaProvider mp)
cm
- The class that this annotation is defined on.mp
- CSV metadata provider (for finding information about other artifacts).protected Csv getAnnotation()
@Csv
annotation defined on the class.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.