All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractLeftPadder AbstractPadder AbstractRightPadder Converter Used to convert a String to an appropriate object and an object to its String representation.DefinitionLoader Reads the record definition and creates as manyRecordDefinition
s as neededIntegerConverter LineReader When theUnmarshaller
reads a text file, it reads it via a LineReader.
Unless specified, the default implementation will be used,SimpleLineReader
, which will read each line and pass it to theUnmarshaller
Sometimes, text files contains lines you're not interested to, or you want to do some preprocessing before parsing them: in such cases, it's useful to provide your own implementation of LineReaderLongConverter Marshaller<E> Transforms beans to text according to the given record definitionPadder Used when writing records to a file.RecordDefinition The definition of the record bean.RecordDefinition.Property A single "element" in the fixed-length file definitionRegexGenerator Generates the regular expression the matches theRecordDefinition
SimpleLineReader The defaultLineReader
implementation.SpaceLeftPadder SpaceRightPadder StringConverter Trimmer Given an object, looks for methods that start with "get" or "is" and return a String.TrimmerException Unmarshaller<E> Transforms an input reader into beans.VoidConverter ZeroLeftPadder ZeroRightPadder