| Interface | Description |
|---|---|
| ResolutionContext |
Value resolution context is initialized for each
ExecutionContext.getValue(String) call and destroyed once the
template Segment which asks for a value is executed. |
| Resolver |
Value resolver.
|
| Transformer |
| Class | Description |
|---|---|
| AbstractResolver |
Abstract resolver.
|
| ArrayIndexResolver |
Resolve index-based access to arrays.
|
| DummyTransformResolver |
Unlike
TransformResolver this resolver first returns a dummy context
object - unique marker - and then performs the transformation. |
| IndexResolver |
Abstract index-based resolver.
|
| ListIndexResolver |
Resolve index-based access to lists.
|
| MapCustomKeyResolver |
Abstract resolver for maps with custom key types.
|
| MapResolver |
Resolves
Map values. |
| ReflectionResolver |
Reflection-based resolver attempts to find a matching member on the context
object class and its superclasses.
|
| ThisResolver | |
| TransformResolver |
This resolver performs some kind of transformation when matched (e.g. formats
the given context object based on the given name).
|
Copyright © 2013. All Rights Reserved.