See: Description
| Interface | Description |
|---|---|
| ParserFactory |
A ParserFactory is used to convert a stream configuration (i.e.
|
| PropertyAccessorFactory |
Factory interface for creating
PropertyAccessor
implementations. |
| Class | Description |
|---|---|
| ParserFactorySupport |
Base
ParserFactory implementation. |
| Preprocessor |
A Preprocesser is responsible for validating a stream configuration, setting
default configuration values, and populating any calculated values before the
ParserFactorySupport compiles the configuration into parser components. |
| ProcessorSupport |
A base class for configuration processors.
|
| StreamCompiler |
Compiles a mapping file read from an
InputStream into a collection of
Stream parsers. |