Class Parseable

java.lang.Object
com.typesafe.config.impl.Parseable
All Implemented Interfaces:
ConfigParseable

public abstract class Parseable extends Object implements ConfigParseable
Internal implementation detail, not ABI stable, do not touch. For use only by the com.typesafe.config package. The point of this class is to avoid "propagating" each overload on "thing which can be parsed" through multiple interfaces. Most interfaces can have just one overload that takes a Parseable. Also it's used as an abstract "resource handle" in the ConfigIncluder interface.