Interface | Description |
---|---|
EnhancedResolver |
An enhanced resolver should be able to create a
EnhancedResolver.Hint for a
sucessfully resolved context object and name. |
EnhancedResolver.Hint |
A hint could be used to skip the resolver chain for a part of the key of
a specific tag.
|
Mapper |
Maps keys to values.
|
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 |
A value resolver.
|
Transformer |
Class | Description |
---|---|
AbstractResolver |
Abstract resolver.
|
ArrayIndexResolver |
Resolve index-based access to arrays.
|
CombinedIndexResolver |
A combined resolver which is able to resolve index-based access to lists and
arrays.
|
DummyTransformResolver |
Unlike
TransformResolver this resolver first returns a dummy context
object - unique marker - and then performs the transformation. |
Hints | |
IndexResolver |
Abstract index-based resolver.
|
ListIndexResolver |
Resolve index-based access to lists.
|
MapCustomKeyResolver |
Abstract resolver for maps with custom key types.
|
MapResolver | |
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).
|
Enum | Description |
---|---|
Placeholder |
Copyright © 2017. All rights reserved.