- java.lang.Object
-
- io.helidon.config.AbstractSource
-
- io.helidon.config.AbstractConfigSource
-
- io.helidon.config.MapConfigSource
-
- io.helidon.config.ConfigSources.SystemPropertiesConfigSource
-
- All Implemented Interfaces:
ConfigSource
,NodeConfigSource
,PollableSource<Map<?,?>>
,Source
,Supplier<ConfigSource>
- Enclosing class:
- ConfigSources
public static final class ConfigSources.SystemPropertiesConfigSource extends MapConfigSource
System properties config source.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigSources.SystemPropertiesConfigSource.Builder
A fluent API builder forConfigSources.SystemPropertiesConfigSource
.-
Nested classes/interfaces inherited from class io.helidon.config.MapConfigSource
MapConfigSource.MapBuilder<T extends MapConfigSource.MapBuilder<T>>
-
-
Method Summary
-
Methods inherited from class io.helidon.config.MapConfigSource
builder, create, create, isModified, load, pollingStrategy, uid
-
Methods inherited from class io.helidon.config.AbstractConfigSource
mediaType, parser, toString
-
Methods inherited from class io.helidon.config.AbstractSource
changeWatcher, description, optional, retryPolicy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.helidon.config.spi.ConfigSource
get, init
-
Methods inherited from interface io.helidon.config.spi.Source
description, exists, optional, retryPolicy
-
-