|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
PropertyValueResolver | Resolves property value expressions. |
ResolveContext | Provides access to property names to their values. |
Class Summary | |
---|---|
ConfigurationPropertiesResolveContext | Simple interface on ConfigurationProperties . |
SimplePropertyValueResolver | Property value resolver implementation using commons-jexl. |
Exception Summary | |
---|---|
NullValuePropertyException | Signals that a property resolvement is not possible since a placeholder has a null value. |
RecursivePropertyException | Signals that a property is not resolvable due to recursive definition. |
ResolveConfigurationException | Signals problems resolving expression in a property value. |
UnresolvablePropertyException | Signals that a property is not resolvable. |
Provides an interface to the resolving placeholders.
Resolving property values is the task that dereferences placeholders with their values. A placeholder names a key whose value is to be used for the replacement.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |