Class SystemPropertiesPropertySource

java.lang.Object
io.micronaut.context.env.MapPropertySource
io.micronaut.context.env.SystemPropertiesPropertySource
All Implemented Interfaces:
PropertySource, Ordered, Iterable<String>

public class SystemPropertiesPropertySource extends MapPropertySource
Loads properties from system properties.
Since:
1.0
Author:
Graeme Rocher
  • Field Details

  • Constructor Details

    • SystemPropertiesPropertySource

      public SystemPropertiesPropertySource()
      Default constructor.
  • Method Details

    • getOrder

      public int getOrder()
      Returns:
      The order of the object. Defaults to zero (no order).