Class 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
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Constant for System property source.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SystemPropertiesPropertySource

        public SystemPropertiesPropertySource()
        Default constructor.
    • Method Detail

      • getOrder

        public int getOrder()