Interface | Description |
---|---|
Key2StringMapper |
Defines the logic of mapping a key object to a String.
|
TwoWayKey2StringMapper |
Extends
Key2StringMapper and allows a bidirectional transformation between keys and Strings. |
Class | Description |
---|---|
DefaultTwoWayKey2StringMapper |
Default implementation for
TwoWayKey2StringMapper that knows how to handle all primitive
wrapper keys and Strings. |
Exception | Description |
---|---|
UnsupportedKeyTypeException |
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.