java.lang.Object
tools.jackson.dataformat.csv.CsvSchema.Column
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CsvSchema
Representation of info for a single column
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionColumn(int index, String name, CsvSchema.ColumnType type) Column(int index, String name, CsvSchema.ColumnType type, String arrayElementSep) protectedColumn(CsvSchema.Column src, int index, CsvSchema.Column next) protectedColumn(CsvSchema.Column src, int index, CsvValueDecorator valueDecorator, CsvSchema.Column next) Column(CsvSchema.Column src, CsvSchema.Column next) protectedColumn(CsvSchema.Column src, CsvValueDecorator valueDecorator) -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()getName()getNext()getNextWithName(String name) Access that returns same asgetNext()iff name of that column is same as given namegetType()booleanbooleanisArray()withArrayElementSeparator(String separator) withNext(int index, CsvSchema.Column next) withNext(CsvSchema.Column next) withType(CsvSchema.ColumnType newType) withValueDecorator(CsvValueDecorator valueDecorator)
-
Field Details
-
PLACEHOLDER
-
-
Constructor Details
-
Column
-
Column
-
Column
-
Column
-
Column
-
Column
-
Column
protected Column(CsvSchema.Column src, int index, CsvValueDecorator valueDecorator, CsvSchema.Column next)
-
-
Method Details
-
withName
-
withType
-
withArrayElementSeparator
-
withValueDecorator
-
withNext
-
withNext
-
getIndex
public int getIndex() -
getName
-
getType
-
getNext
-
getNextWithName
Access that returns same asgetNext()iff name of that column is same as given name -
hasName
-
getArrayElementSeparator
-
getValueDecorator
-
isArray
public boolean isArray()
-