Package org.infinispan.persistence.keymappers
-
Interface Summary Interface Description Key2StringMapper Defines the logic of mapping a key object to a String.MarshallingTwoWayKey2StringMapper MarshallingTwoWayKey2StringMapper.TwoWayKey2StringMapper ExtendsKey2StringMapperand allows a bidirectional transformation between keys and Strings. -
Class Summary Class Description DefaultTwoWayKey2StringMapper Default implementation forTwoWayKey2StringMapperthat knows how to handle all primitive wrapper keys and Strings.WrappedByteArrayOrPrimitiveMapper This class is an implementation forTwoWayKey2StringMapperthat supports both primitives andWrappedByteArrays. -
Exception Summary Exception Description UnsupportedKeyTypeException Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.