public class MapResolver extends AbstractResolver
Map values.| Modifier and Type | Field and Description |
|---|---|
static int |
MAP_RESOLVER_PRIORITY |
BUILTIN_RESOLVERS_DEFAULT_PRIORITY, BUILTIN_TEMPLATE_LOCATORS_DEFAULT_PRIORITY, EXTENSION_RESOLVERS_DEFAULT_PRIORITY| Constructor and Description |
|---|
MapResolver() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
Object |
resolve(Object contextObject,
String name)
Resolve the value from specified context object and name.
|
getConfigurationKeys, init, toStringpublic Object resolve(Object contextObject, String name)
Resolvernull in case of the resolver is not capable
of resolving it.contextObject - The context object may be nullname - The name (part of the key) is never nullnullpublic int getPriority()
Copyright © 2013. All Rights Reserved.