public interface Codec
| Modifier and Type | Method and Description |
|---|---|
Object |
decodeKey(Object key) |
Object |
decodeValue(Object value) |
Object |
encodeKey(Object key) |
Metadata |
encodeMetadata(Cache<?,?> cache,
Long expires,
Long maxIdle) |
Object |
encodeValue(Object value) |
String |
getName() |
String getName()
Object encodeKey(Object key) throws CodecException
CodecExceptionObject encodeValue(Object value) throws CodecException
CodecExceptionObject decodeKey(Object key) throws CodecException
CodecExceptionObject decodeValue(Object value) throws CodecException
CodecExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.