Class AbstractPropertySourceLoader

java.lang.Object
io.micronaut.context.env.AbstractPropertySourceLoader
All Implemented Interfaces:
PropertySourceLoader, PropertySourceLocator, PropertySourceReader, Ordered, Toggleable
Direct Known Subclasses:
JsonPropertySourceLoader, JsonPropertySourceLoader, PropertiesPropertySourceLoader, YamlPropertySourceLoader

public abstract class AbstractPropertySourceLoader extends Object implements PropertySourceLoader, Toggleable, Ordered
An abstract implementation of the PropertySourceLoader interface.
Since:
1.0
Author:
Graeme Rocher
  • Field Details

    • DEFAULT_POSITION

      public static final int DEFAULT_POSITION
      Default position for the property source loader.
      See Also:
    • log

      protected org.slf4j.Logger log
  • Constructor Details

    • AbstractPropertySourceLoader

      protected AbstractPropertySourceLoader()
    • AbstractPropertySourceLoader

      protected AbstractPropertySourceLoader(boolean logEnabled)
  • Method Details