ClassicLayoutProcessor
which is the "interface"See: Description
Interface | Description |
---|---|
LayoutProcessor |
Layout processors handle the job of transform an domain objects to formated
string to be written to files and the extraction of data from the strings and
populate the domain objects.
|
Class | Description |
---|---|
ClassicLayoutProcessor |
Lê e escreve o layout para uma stream de dados.
|
CsvLayoutProcessor |
Implementation of layout processor that read from CSV files and write in CSV format instead of using
the positional approach.
|
EntryProcessor<T extends EntryTO<?>> |
Abstract delegation pattern to process any bean that extends
EntryTO .Thus far, only ItemTO and ListTO extends EntryTO soonly ItemProcessor and ListProcessor are concrete implementations of this class. |
ItemProcessor |
Implementation of a processor of
ItemTO 's to parse and format them from and into positional string data. |
ListProcessor |
Classe que representa um item em layouts de escrita ou leitura de dados
formatados em layouts posicionais.
|
ProcessorBuilder |
Class responsible for creating instances of Layout processors.
|
Exception | Description |
---|---|
LayoutException |
Exceção raíz para erros no layout especificado.
|
MalformedInputException |
Exceção lançada quando o campo lido pelo layout não conforma com o formato
especificado pela máscara do item.
|
MalformedOutputException |
Exceção raíz referente a erros encontrados pela expressão regular definida.
|
ClassicLayoutProcessor
which is the "interface"Copyright © 2014. All Rights Reserved.