Class ConstantPropertySourceLoader

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

@Internal public final class ConstantPropertySourceLoader extends Object implements PropertySourceLoader
An implementation of the PropertySourceLoader interface that provides constant property sources for use in a configuration context. This class retrieves pre-defined property sources from StaticOptimizations and allows loading of these property sources either globally or specifically for an active environment.
Since:
5.0
Author:
Denis Stepanov