public class CsvMultiTypeMarshaller
extends Object
Marshals csv records into instances and can optionally push the instance into
a registered EventHandler if the marshalled instance implements the Event
interface.
The first column of the csv record is the simple class name of the target
instance. The registered handler processes CharEvent's and will marshal the
record into a wrapped instance. To register a handler use the addMarshaller
method providing the EventHandler that will process the CharEvent's and a
reference to the wrapped instance that is the target.
- Author:
- Greg Higgins (greg.higgins@V12technology.com)