Interface PropertyProvider.Context
- Enclosing class:
PropertyProvider<T>
public static interface PropertyProvider.Context
This context provides useful functionality to a
PropertyProvider during value creation.-
Method Summary
-
Method Details
-
get
This method will resolve the value of aProperty.- Returns:
- the value associated with the given
Property - Throws:
ConfigurationException- may be thrown if cycling dependencies are detected- Implementation Note:
- The values are resolved lazily and cached. Each value will only be resolved once.
-