Class WrappedByteArrayOrPrimitiveMapper

java.lang.Object
org.infinispan.persistence.keymappers.DefaultTwoWayKey2StringMapper
org.infinispan.persistence.keymappers.WrappedByteArrayOrPrimitiveMapper
All Implemented Interfaces:
Key2StringMapper, MarshallingTwoWayKey2StringMapper, TwoWayKey2StringMapper

public class WrappedByteArrayOrPrimitiveMapper extends DefaultTwoWayKey2StringMapper implements MarshallingTwoWayKey2StringMapper
This class is an implementation for TwoWayKey2StringMapper that supports both primitives and WrappedByteArrays. It extends DefaultTwoWayKey2StringMapper to achieve this.
Since:
5.2
Author:
Justin Hayes