| Interface | Description |
|---|---|
| PrefixedPropertyResolver |
Property resolver which handles properties with given prefix.
|
| PropertyResolver |
Resolves property name to its value possibly resolving recursively any placeholders.
|
| Class | Description |
|---|---|
| CompoundPropertyResolver |
Resolves properties by trying a number of underlying
property resolvers. |
| EnvironmentPropertyResolver |
Resolves any properties prefixed with 'env.' as
environment
variables. |
| Filtering |
Properties filtering engine.
|
| Filtering.Token | |
| OneOfPropertyResolver | |
| PropertiesPropertyResolver |
Property resolver based on predefined
properties. |
| RawPropertyResolver |
Resolver which returns the same string as provided.
|
| SimplePropertyResolver |
Simple property resolver which provides the value for some name.
|
| SystemPropertyResolver |
Get property value from
system properties. |
| XmlPropertyResolver |
Get property value from XML by taking text content of a node pointed by property name.
|
| Exception | Description |
|---|---|
| CircularPropertyResolutionException | |
| PropertyNotFoundException |
Returned when property with the given name is not found.
|
Copyright © 2013 Atteo. All Rights Reserved.