Uses of Class
com.univocity.parsers.fixed.FixedWidthFields
-
Packages that use FixedWidthFields Package Description com.univocity.parsers.fixed -
-
Uses of FixedWidthFields in com.univocity.parsers.fixed
Subclasses of FixedWidthFields in com.univocity.parsers.fixed Modifier and Type Class Description classFixedWidthFieldLengthsDeprecated.This class has been modified over time and its name became misleading.Fields in com.univocity.parsers.fixed declared as FixedWidthFields Modifier and Type Field Description private FixedWidthFieldsFixedWidthParserSettings. fieldLengthsprivate FixedWidthFieldsFixedWidthWriterSettings. fieldLengthsFields in com.univocity.parsers.fixed with type parameters of type FixedWidthFields Modifier and Type Field Description private java.util.Map<java.lang.String,FixedWidthFields>FixedWidthParserSettings. lookaheadFormatsprivate java.util.Map<java.lang.String,FixedWidthFields>FixedWidthWriterSettings. lookaheadFormatsprivate java.util.Map<java.lang.String,FixedWidthFields>FixedWidthParserSettings. lookbehindFormatsprivate java.util.Map<java.lang.String,FixedWidthFields>FixedWidthWriterSettings. lookbehindFormatsMethods in com.univocity.parsers.fixed that return FixedWidthFields Modifier and Type Method Description FixedWidthFieldsFixedWidthFields. addField(int length)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int length, char padding)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int startPosition, int endPosition)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(int startPosition, int endPosition, char padding)Adds the range of the next field in a fixed-width record.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 length)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int length, char padding)Adds the length of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int startPosition, int endPosition)Adds the range of the next field in a fixed-width record.FixedWidthFieldsFixedWidthFields. addField(java.lang.String name, int startPosition, int endPosition, char padding)Adds the range 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.protected FixedWidthFieldsFixedWidthFields. clone()static FixedWidthFieldsFixedWidthFields. forParsing(java.lang.Class beanClass)Creates a new instance initialized fromFixedWidthannotations in the fields and methods of a given class.static FixedWidthFieldsFixedWidthFields. forWriting(java.lang.Class beanClass)Creates a new instance initialized fromFixedWidthannotations in the fields and methods of a given class.Methods in com.univocity.parsers.fixed with parameters of type FixedWidthFields Modifier and Type Method Description voidFixedWidthParserSettings. addFormatForLookahead(java.lang.String lookahead, FixedWidthFields lengths)Defines the format of records identified by a lookahead symbol.voidFixedWidthWriterSettings. addFormatForLookahead(java.lang.String lookahead, FixedWidthFields lengths)Defines the format of records identified by a lookahead symbol.voidFixedWidthParserSettings. addFormatForLookbehind(java.lang.String lookbehind, FixedWidthFields lengths)Defines the format of records identified by a lookbehind symbol.voidFixedWidthWriterSettings. addFormatForLookbehind(java.lang.String lookbehind, FixedWidthFields lengths)Defines the format of records identified by a lookbehind symbol.(package private) static int[]Lookup. calculateMaxFieldLengths(FixedWidthFields fieldLengths, java.util.Map<java.lang.String,FixedWidthFields> lookaheadFormats, java.util.Map<java.lang.String,FixedWidthFields> lookbehindFormats)private FixedWidthParserSettingsFixedWidthParserSettings. clone(boolean clearInputSpecificSettings, FixedWidthFields fields)FixedWidthParserSettingsFixedWidthParserSettings. clone(FixedWidthFields fields)Clones this configuration object to reuse most user-provided settings.private FixedWidthWriterSettingsFixedWidthWriterSettings. clone(boolean clearInputSpecificSettings, FixedWidthFields fields)FixedWidthWriterSettingsFixedWidthWriterSettings. clone(FixedWidthFields fields)Clones this configuration object to reuse most user-provided settings.(package private) static voidLookup. registerLookahead(java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)(package private) static voidLookup. registerLookbehind(java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)private static voidLookup. registerLookup(java.lang.String direction, java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)(package private) voidFixedWidthWriterSettings. setFieldLengths(FixedWidthFields fieldLengths)(package private) static voidFixedWidthFields. setHeadersIfPossible(FixedWidthFields fieldLengths, CommonSettings settings)Method parameters in com.univocity.parsers.fixed with type arguments of type FixedWidthFields Modifier and Type Method Description (package private) static int[]Lookup. calculateMaxFieldLengths(FixedWidthFields fieldLengths, java.util.Map<java.lang.String,FixedWidthFields> lookaheadFormats, java.util.Map<java.lang.String,FixedWidthFields> lookbehindFormats)(package private) static Lookup[]Lookup. getLookupFormats(java.util.Map<java.lang.String,FixedWidthFields> map, FixedWidthFormat format)(package private) static voidLookup. registerLookahead(java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)(package private) static voidLookup. registerLookbehind(java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)private static voidLookup. registerLookup(java.lang.String direction, java.lang.String lookup, FixedWidthFields lengths, java.util.Map<java.lang.String,FixedWidthFields> map)Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthFields Constructor Description FixedWidthParserSettings(FixedWidthFields fieldLengths)You can only create an instance of this class by providing a definition of the field lengths of each record in the input.FixedWidthWriterSettings(FixedWidthFields fieldLengths)You can only create an instance of this class by providing a definition of the field lengths of each record in the input.Lookup(java.lang.String value, FixedWidthFields config, FixedWidthFormat format)
-