Class JsonPropertySourceLoader

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

public class JsonPropertySourceLoader extends AbstractPropertySourceLoader

A PropertySourceLoader that reads application.json files if they exist.

Since:
1.0
Author:
Graeme Rocher
  • Field Details

    • FILE_EXTENSION

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

    • JsonPropertySourceLoader

      public JsonPropertySourceLoader()
    • JsonPropertySourceLoader

      public JsonPropertySourceLoader(boolean logEnabled)
  • Method Details