class Hocon::Impl::Parseable

Internal implementation detail, not ABI stable, do not touch. For use only by the {@link 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.