Class PropertySourcePropertyResolver

java.lang.Object
io.micronaut.context.env.PropertySourcePropertyResolver
All Implemented Interfaces:
PropertyResolver, ValueResolver<String>, AutoCloseable
Direct Known Subclasses:
DefaultEnvironment

public class PropertySourcePropertyResolver extends Object implements PropertyResolver, AutoCloseable

A PropertyResolver that resolves from one or many PropertySource instances.

Since:
1.0
Author:
Graeme Rocher