Uses of Class
io.helidon.config.PrefixedConfigSource
-
Packages that use PrefixedConfigSource Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of PrefixedConfigSource in io.helidon.config
Methods in io.helidon.config that return PrefixedConfigSource Modifier and Type Method Description static PrefixedConfigSource
PrefixedConfigSource. create(Config metaConfig)
Create a prefixed config source from meta configuration.static PrefixedConfigSource
PrefixedConfigSource. create(String key, ConfigSource source)
Create a new prefixed config source.
-