Uses of Interface
org.infinispan.persistence.keymappers.Key2StringMapper
-
Packages that use Key2StringMapper Package Description org.infinispan.persistence.keymappers -
-
Uses of Key2StringMapper in org.infinispan.persistence.keymappers
Subinterfaces of Key2StringMapper in org.infinispan.persistence.keymappers Modifier and Type Interface Description interface
MarshallingTwoWayKey2StringMapper
MarshallingTwoWayKey2StringMapper.interface
TwoWayKey2StringMapper
ExtendsKey2StringMapper
and allows a bidirectional transformation between keys and Strings.Classes in org.infinispan.persistence.keymappers that implement Key2StringMapper Modifier and Type Class Description class
DefaultTwoWayKey2StringMapper
Default implementation forTwoWayKey2StringMapper
that knows how to handle all primitive wrapper keys and Strings.class
WrappedByteArrayOrPrimitiveMapper
This class is an implementation forTwoWayKey2StringMapper
that supports both primitives andWrappedByteArray
s.
-