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 PropertySource
PropertySource.Origin, PropertySource.PropertyConvention -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for System property source.static final intThe position of the loader.Fields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface PropertySource
CONTEXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface PropertySource
getConvention
-
Field Details
-
NAME
-
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).
-
getOrigin
- Returns:
- The origin of the property source.
-