Package org.beanio.internal.compiler
Classes to "compile" a stream configuration into a Stream parser.
-
Interface Summary Interface Description ParserFactory AParserFactory
is used to convert a stream configuration (i.e.PropertyAccessorFactory Factory interface for creatingPropertyAccessor
implementations. -
Class Summary Class Description ParserFactorySupport BaseParserFactory
implementation.Preprocessor A Preprocesser is responsible for validating a stream configuration, setting default configuration values, and populating any calculated values before theParserFactorySupport
compiles the configuration into parser components.ProcessorSupport A base class for configuration processors.StreamCompiler Compiles a mapping file read from anInputStream
into a collection ofStream
parsers.