Class ClasspathConfigSource

All Implemented Interfaces:
ConfigSource, ParsableSource, Source, Supplier<ConfigSource>

public class ClasspathConfigSource extends AbstractConfigSource implements ConfigSource, ParsableSource
ConfigSource implementation that loads configuration content from a resource on a classpath. Classpath config source does not support changes (neither through polling nor through change notifications).