Uses of Class
com.univocity.parsers.fixed.FieldAlignment
-
Packages that use FieldAlignment Package Description com.univocity.parsers.annotations com.univocity.parsers.fixed -
-
Uses of FieldAlignment in com.univocity.parsers.annotations
Methods in com.univocity.parsers.annotations that return FieldAlignment Modifier and Type Method Description FieldAlignmentalignment()Sets the alignment of the fixed-width field -
Uses of FieldAlignment in com.univocity.parsers.fixed
Fields in com.univocity.parsers.fixed declared as FieldAlignment Modifier and Type Field Description private FieldAlignmentFixedWidthParser. alignmentprivate FieldAlignmentFixedWidthWriter. alignmentprivate FieldAlignment[]FixedWidthParser. alignments(package private) FieldAlignment[]Lookup. alignmentsprivate FieldAlignmentFixedWidthWriterSettings. defaultAlignmentForHeadersprivate FieldAlignmentFixedWidthWriter. defaultHeaderAlignmentprivate FieldAlignment[]FixedWidthWriter. fieldAlignmentsprivate FieldAlignment[]FixedWidthParser. rootAlignmentsprivate FieldAlignment[]FixedWidthWriter. rootAlignmentsFields in com.univocity.parsers.fixed with type parameters of type FieldAlignment Modifier and Type Field Description private java.util.List<FieldAlignment>FixedWidthFields. fieldAlignmentMethods in com.univocity.parsers.fixed that return FieldAlignment Modifier and Type Method Description FieldAlignmentFixedWidthFields. getAlignment(int position)Returns the alignment of a given field.FieldAlignmentFixedWidthFields. getAlignment(java.lang.String fieldName)Returns the alignment of a given field.FieldAlignmentFixedWidthWriterSettings. getDefaultAlignmentForHeaders()Returns the default alignment to use when writing headers.FieldAlignment[]FixedWidthFields. getFieldAlignments()Returns a copy of the sequence of alignment settings to apply over each field in the fixed-width record.(package private) FieldAlignment[]FixedWidthParserSettings. getFieldAlignments()Returns the sequence of alignments to consider for each field of each record.(package private) FieldAlignment[]FixedWidthWriterSettings. getFieldAlignments()Returns the sequence of field alignments to apply to each field in the record.static FieldAlignmentFieldAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldAlignment[]FieldAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.univocity.parsers.fixed with parameters of type FieldAlignment Modifier and Type Method Description FixedWidthFieldsFixedWidthFields. addField(int startPosition, int endPosition, FieldAlignment alignment)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int startPosition, int endPosition, FieldAlignment alignment, char padding)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int length, FieldAlignment alignment)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int length, FieldAlignment alignment, char padding)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int startPosition, int endPosition, FieldAlignment alignment)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int startPosition, int endPosition, FieldAlignment alignment, char padding)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int length, FieldAlignment alignment)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int length, FieldAlignment alignment, char padding)Adds the length of the next field in a fixed-width record.private voidFixedWidthFields. setAlignment(int position, FieldAlignment alignment)voidFixedWidthFields. setAlignment(FieldAlignment alignment, int... positions)Applies alignment to a given list of fieldsvoidFixedWidthFields. setAlignment(FieldAlignment alignment, java.lang.String... names)Applies alignment to a given list of fieldsvoidFixedWidthWriterSettings. setDefaultAlignmentForHeaders(FieldAlignment defaultAlignmentForHeaders)Defines the default alignment to use when writing headers.
-