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