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 interfaceMarshallingTwoWayKey2StringMapperMarshallingTwoWayKey2StringMapper.interfaceTwoWayKey2StringMapperExtendsKey2StringMapperand allows a bidirectional transformation between keys and Strings.Classes in org.infinispan.persistence.keymappers that implement Key2StringMapper Modifier and Type Class Description classDefaultTwoWayKey2StringMapperDefault implementation forTwoWayKey2StringMapperthat knows how to handle all primitive wrapper keys and Strings.classWrappedByteArrayOrPrimitiveMapperThis class is an implementation forTwoWayKey2StringMapperthat supports both primitives andWrappedByteArrays.
-