Class PropertiesPropertySourceLoader

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

public class PropertiesPropertySourceLoader extends AbstractPropertySourceLoader
Default load that handles Java properties files.
Since:
1.0
Author:
Graeme Rocher
  • Field Details

    • PROPERTIES_EXTENSION

      public static final String PROPERTIES_EXTENSION
      File extension for property source loader.
      See Also:
  • Constructor Details

    • PropertiesPropertySourceLoader

      public PropertiesPropertySourceLoader()
    • PropertiesPropertySourceLoader

      public PropertiesPropertySourceLoader(boolean logEnabled)
  • Method Details