Uses of Interface
com.tangosol.coherence.rest.KeyConverter
-
Packages that use KeyConverter 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. -
-
Uses of KeyConverter in com.tangosol.coherence.rest
Classes in com.tangosol.coherence.rest that implement KeyConverter Modifier and Type Class Description class
DefaultKeyConverter
Default implementation ofKeyConverter
for a given key class.Fields in com.tangosol.coherence.rest declared as KeyConverter Modifier and Type Field Description protected KeyConverter
CacheResource. m_keyConverter
Key converter.Methods in com.tangosol.coherence.rest with parameters of type KeyConverter Modifier and Type Method Description protected 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 KeyConverter Constructor Description CacheResource(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 KeyConverter Modifier and Type Method Description protected KeyConverter
ResourceConfig. createKeyConverter()
Create key converter instance.KeyConverter
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 KeyConverter Constructor Description KeyConverterAdapter(KeyConverter converter)
Construct KeyConverterAdapter instance.
-