Uses of Interface
org.infinispan.persistence.keymappers.Key2StringMapper
Packages that use Key2StringMapper
-
Uses of Key2StringMapper in org.infinispan.persistence.keymappers
Subinterfaces of Key2StringMapper in org.infinispan.persistence.keymappersModifier and TypeInterfaceDescriptioninterfaceMarshallingTwoWayKey2StringMapper.interfaceExtendsKey2StringMapperand allows a bidirectional transformation between keys and Strings.Classes in org.infinispan.persistence.keymappers that implement Key2StringMapperModifier and TypeClassDescriptionclassDefault implementation forTwoWayKey2StringMapperthat knows how to handle all primitive wrapper keys and Strings.classThis class is an implementation forTwoWayKey2StringMapperthat supports both primitives andWrappedByteArrays.