Uses of Interface
com.tangosol.coherence.rest.KeyConverter
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
Contains classes related to REST marshalling.
-
Uses of KeyConverter in com.tangosol.coherence.rest
Modifier and TypeClassDescriptionclass
Default implementation ofKeyConverter
for a given key class.Modifier and TypeFieldDescriptionprotected KeyConverter
CacheResource.m_keyConverter
Key converter.Modifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Create an instance ofCacheResource
.ModifierConstructorDescriptionCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Construct a new CacheResource. -
Uses of KeyConverter in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionprotected KeyConverter
ResourceConfig.createKeyConverter()
Create key converter instance.ResourceConfig.getKeyConverter()
Return a KeyConverter instance for this resource. -
Uses of KeyConverter in com.tangosol.coherence.rest.io
ModifierConstructorDescriptionKeyConverterAdapter
(KeyConverter converter) Construct KeyConverterAdapter instance.