Interface ThingParser

All Superinterfaces:
ObjectParser<Thing>

@NonNullByDefault public interface ThingParser extends ObjectParser<Thing>
ThingParser is the interface to implement by any Thing parser.
Author:
Laurent Garnier - Initial contribution