Package io.micronaut.context.env
Class SystemPropertiesPropertySource
java.lang.Object
io.micronaut.context.env.MapPropertySource
io.micronaut.context.env.SystemPropertiesPropertySource
- All Implemented Interfaces:
PropertySource
,Ordered
,Iterable<String>
Loads properties from system properties.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.context.env.PropertySource
PropertySource.PropertyConvention
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant for System property source.static final int
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
-
Method Summary
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 java.lang.Iterable
forEach, spliterator
Methods inherited from interface io.micronaut.context.env.PropertySource
getConvention
-
Field Details
-
NAME
Constant for System property source.- See Also:
-
POSITION
public static final int POSITIONThe position of the loader.- See Also:
-
-
Constructor Details
-
SystemPropertiesPropertySource
public SystemPropertiesPropertySource()Default constructor.
-
-
Method Details
-
getOrder
public int getOrder()- Returns:
- The order of the object. Defaults to zero (no order).
-