Package org.beanio.internal.compiler
Classes to "compile" a stream configuration into a Stream parser.
-
Interface Summary Interface Description ParserFactory AParserFactoryis used to convert a stream configuration (i.e.PropertyAccessorFactory Factory interface for creatingPropertyAccessorimplementations. -
Class Summary Class Description ParserFactorySupport BaseParserFactoryimplementation.Preprocessor A Preprocesser is responsible for validating a stream configuration, setting default configuration values, and populating any calculated values before theParserFactorySupportcompiles the configuration into parser components.ProcessorSupport A base class for configuration processors.StreamCompiler Compiles a mapping file read from anInputStreaminto a collection ofStreamparsers.