Package org.infinispan.persistence.keymappers
package org.infinispan.persistence.keymappers
-
ClassDescriptionDefault implementation for
TwoWayKey2StringMapper
that knows how to handle all primitive wrapper keys and Strings.Defines the logic of mapping a key object to a String.MarshallingTwoWayKey2StringMapper.ExtendsKey2StringMapper
and allows a bidirectional transformation between keys and Strings.Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.This class is an implementation forTwoWayKey2StringMapper
that supports both primitives andWrappedByteArray
s.