Uses of Interface
org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
-
Packages that use TwoWayKey2StringMapper Package Description org.infinispan.persistence.keymappers -
-
Uses of TwoWayKey2StringMapper in org.infinispan.persistence.keymappers
Subinterfaces of TwoWayKey2StringMapper in org.infinispan.persistence.keymappers Modifier and Type Interface Description interfaceMarshallingTwoWayKey2StringMapperMarshallingTwoWayKey2StringMapper.Classes in org.infinispan.persistence.keymappers that implement TwoWayKey2StringMapper 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.
-