Package io.micronaut.context.env
Class SystemPropertiesPropertySource
- java.lang.Object
-
- io.micronaut.context.env.MapPropertySource
-
- io.micronaut.context.env.SystemPropertiesPropertySource
-
- All Implemented Interfaces:
PropertySource
,io.micronaut.core.order.Ordered
,java.lang.Iterable<java.lang.String>
public class SystemPropertiesPropertySource extends MapPropertySource
Loads properties from system properties.- Since:
- 1.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.micronaut.context.env.PropertySource
PropertySource.PropertyConvention
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
Constant for System property source.static int
POSITION
The position of the loader.-
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Fields inherited from interface io.micronaut.context.env.PropertySource
CONTEXT
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesPropertySource()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrder()
-
Methods inherited from class io.micronaut.context.env.MapPropertySource
asMap, get, getName, iterator, of, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.micronaut.context.env.PropertySource
getConvention
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Constant for System property source.- See Also:
- Constant Field Values
-
POSITION
public static final int POSITION
The position of the loader.- See Also:
- Constant Field Values
-
-