Interface CharScannerParser<T>

Type Parameters:
T - type of the java object to parse to.

public interface CharScannerParser<T>
Interface of a parser the can parse a Java object from a string representation.
Since:
1.0.0