Class ReaderParser

All Implemented Interfaces:
AnnotationProvider
Direct Known Subclasses:
CsvParser, JsonParser, PlainTextParser, UonParser, XmlParser

public class ReaderParser extends Parser
Subclass of Parser for characters-based parsers.
Description

This class is typically the parent class of all character-based parsers. It has 1 abstract method to implement on the session object...

  • parse(ParserSession, ClassMeta)
Notes:
  • This class is thread safe and reusable.
See Also: