public interface Resolver
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsKey(Object key)
Allows checking whether there is currently an object bound to the key. 
 | 
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. 
 | 
boolean containsKey(Object key)
key - the key to checkObject get(Object key)
key - the key of the object to retrieve.Copyright © 2022. All rights reserved.