public class BeansResolverFactory extends Object implements ResolverFactory, Resolver
| Constructor and Description | 
|---|
BeansResolverFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(Object key)
Allows checking whether there is currently an object bound to the key. 
 | 
Resolver | 
createResolver(VariableScope variableScope)  | 
Object | 
get(Object key)
Returns the object currently bound to the key or false if no object is currently bound
 to the key 
 | 
Set<String> | 
keySet()
Returns the set of key that can be resolved using this resolver. 
 | 
public Resolver createResolver(VariableScope variableScope)
createResolver in interface ResolverFactorypublic boolean containsKey(Object key)
ResolvercontainsKey in interface Resolverkey - the key to checkpublic Object get(Object key)
ResolverCopyright © 2019. All rights reserved.