| Package | Description | 
|---|---|
| com.tangosol.coherence.rest | 
 Contains classes related to the Coherence REST API. 
 | 
| com.tangosol.coherence.rest.config | 
 Contains classes related to the Coherence REST configuration. 
 | 
| com.tangosol.coherence.rest.io | 
 Contains classes related to REST marshalling. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultKeyConverter
Default implementation of  
KeyConverter for a given key class. | 
| Modifier and Type | Field and Description | 
|---|---|
protected KeyConverter | 
CacheResource.m_keyConverter
Key converter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected CacheResource | 
DefaultRootResource.instantiateCacheResource(NamedCache cache,
                        Class clzKey,
                        Class clzValue,
                        KeyConverter keyConverter,
                        QueryConfig queryConfig,
                        int cMaxResults)
Create an instance of  
CacheResource. | 
| Constructor and Description | 
|---|
CacheResource(NamedCache cache,
             Class clzKey,
             Class clzValue,
             KeyConverter keyConverter,
             QueryConfig queryConfig,
             int cMaxResults)
Construct a new CacheResource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected KeyConverter | 
ResourceConfig.createKeyConverter()
Create key converter instance. 
 | 
KeyConverter | 
ResourceConfig.getKeyConverter()
Return a KeyConverter instance for this resource. 
 | 
| Constructor and Description | 
|---|
KeyConverterAdapter(KeyConverter converter)
Construct KeyConverterAdapter instance. 
 |