T
- The type of object to parse topublic class ParseSupport<T> extends Object implements Parse<T>
Parse
implementations.
If implementing a parse type with no “options” beyond the getType()
method, consider using NoOptParse
instead.
If implementing a parse type that does provide extra options to the parser implementation, this class can be used as the base.
See ParserSupport
for usage examples.
Modifier | Constructor and Description |
---|---|
protected |
ParseSupport()
Constructor.
|