de.spieleck.app.jacson.source.JacsonGenericChunkSource
GenericSources are configurable sources. Configuration is done via the applications config file. You can combine different types of GenericSources and use more than one GenericSource in an application.
For more detailed information have a look at the JavaDoc of
the package
de.spieleck.app.jacson.source
GenericLineChunkSource
SQLSource
Implementing own instances GenericJacsonChunkSource
is very similar to implementing JacsonChunkSource
with
the difference that you have to provide a init
method
like other plugin classes.