Uses of Interface
com.tangosol.coherence.rest.KeyConverter
Packages that use 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
Classes in com.tangosol.coherence.rest that implement KeyConverterModifier and TypeClassDescriptionclass
Default implementation ofKeyConverter
for a given key class.Fields in com.tangosol.coherence.rest declared as KeyConverterModifier and TypeFieldDescriptionprotected KeyConverter
CacheResource.m_keyConverter
Key converter.Methods in com.tangosol.coherence.rest with parameters of type KeyConverterModifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Create an instance ofCacheResource
.Constructors in com.tangosol.coherence.rest with parameters of type KeyConverterModifierConstructorDescriptionCacheResource
(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
Methods in com.tangosol.coherence.rest.config that return KeyConverterModifier 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
Constructors in com.tangosol.coherence.rest.io with parameters of type KeyConverterModifierConstructorDescriptionKeyConverterAdapter
(KeyConverter converter) Construct KeyConverterAdapter instance.