Uses of Class
com.univocity.parsers.fixed.FixedWidthFields
Packages that use FixedWidthFields
-
Uses of FixedWidthFields in com.univocity.parsers.fixed
Subclasses of FixedWidthFields in com.univocity.parsers.fixedModifier and TypeClassDescriptionclassDeprecated.This class has been modified over time and its name became misleading.Fields in com.univocity.parsers.fixed declared as FixedWidthFieldsModifier and TypeFieldDescriptionprivate FixedWidthFieldsFixedWidthParserSettings.fieldLengthsprivate FixedWidthFieldsFixedWidthWriterSettings.fieldLengthsFields in com.univocity.parsers.fixed with type parameters of type FixedWidthFieldsModifier and TypeFieldDescriptionprivate Map<String,FixedWidthFields> FixedWidthParserSettings.lookaheadFormatsprivate Map<String,FixedWidthFields> FixedWidthWriterSettings.lookaheadFormatsprivate Map<String,FixedWidthFields> FixedWidthParserSettings.lookbehindFormatsprivate Map<String,FixedWidthFields> FixedWidthWriterSettings.lookbehindFormatsMethods in com.univocity.parsers.fixed that return FixedWidthFieldsModifier and TypeMethodDescriptionFixedWidthFields.addField(int length) Adds the length of the next field in a fixed-width record.FixedWidthFields.addField(int length, char padding) Adds the length of the next field in a fixed-width record.FixedWidthFields.addField(int startPosition, int endPosition) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(int startPosition, int endPosition, char padding) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(int startPosition, int endPosition, FieldAlignment alignment) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(int startPosition, int endPosition, FieldAlignment alignment, char padding) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(int length, FieldAlignment alignment) Adds the length of the next field in a fixed-width record.FixedWidthFields.addField(int length, FieldAlignment alignment, char padding) Adds the length of the next field in a fixed-width record.Adds the length of the next field in a fixed-width record.Adds the length of the next field in a fixed-width record.Adds the range of the next field in a fixed-width record.Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(String name, int startPosition, int endPosition, FieldAlignment alignment) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(String name, int startPosition, int endPosition, FieldAlignment alignment, char padding) Adds the range of the next field in a fixed-width record.FixedWidthFields.addField(String name, int length, FieldAlignment alignment) Adds the length of the next field in a fixed-width record.FixedWidthFields.addField(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(Class beanClass) Creates a new instance initialized fromFixedWidthannotations in the fields and methods of a given class.static FixedWidthFieldsFixedWidthFields.forWriting(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 FixedWidthFieldsModifier and TypeMethodDescriptionvoidFixedWidthParserSettings.addFormatForLookahead(String lookahead, FixedWidthFields lengths) Defines the format of records identified by a lookahead symbol.voidFixedWidthWriterSettings.addFormatForLookahead(String lookahead, FixedWidthFields lengths) Defines the format of records identified by a lookahead symbol.voidFixedWidthParserSettings.addFormatForLookbehind(String lookbehind, FixedWidthFields lengths) Defines the format of records identified by a lookbehind symbol.voidFixedWidthWriterSettings.addFormatForLookbehind(String lookbehind, FixedWidthFields lengths) Defines the format of records identified by a lookbehind symbol.(package private) static int[]Lookup.calculateMaxFieldLengths(FixedWidthFields fieldLengths, Map<String, FixedWidthFields> lookaheadFormats, Map<String, FixedWidthFields> lookbehindFormats) private FixedWidthParserSettingsFixedWidthParserSettings.clone(boolean clearInputSpecificSettings, FixedWidthFields fields) final FixedWidthParserSettingsFixedWidthParserSettings.clone(FixedWidthFields fields) Clones this configuration object to reuse most user-provided settings.private FixedWidthWriterSettingsFixedWidthWriterSettings.clone(boolean clearInputSpecificSettings, FixedWidthFields fields) final FixedWidthWriterSettingsFixedWidthWriterSettings.clone(FixedWidthFields fields) Clones this configuration object to reuse most user-provided settings.(package private) static voidLookup.registerLookahead(String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) (package private) static voidLookup.registerLookbehind(String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) private static voidLookup.registerLookup(String direction, String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) (package private) final 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 FixedWidthFieldsModifier and TypeMethodDescription(package private) static int[]Lookup.calculateMaxFieldLengths(FixedWidthFields fieldLengths, Map<String, FixedWidthFields> lookaheadFormats, Map<String, FixedWidthFields> lookbehindFormats) (package private) static Lookup[]Lookup.getLookupFormats(Map<String, FixedWidthFields> map, FixedWidthFormat format) (package private) static voidLookup.registerLookahead(String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) (package private) static voidLookup.registerLookbehind(String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) private static voidLookup.registerLookup(String direction, String lookup, FixedWidthFields lengths, Map<String, FixedWidthFields> map) Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthFieldsModifierConstructorDescriptionFixedWidthParserSettings(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.(package private)Lookup(String value, FixedWidthFields config, FixedWidthFormat format)