Interface MarshallingTwoWayKey2StringMapper
-
- All Superinterfaces:
Key2StringMapper
,TwoWayKey2StringMapper
- All Known Implementing Classes:
WrappedByteArrayOrPrimitiveMapper
public interface MarshallingTwoWayKey2StringMapper extends TwoWayKey2StringMapper
MarshallingTwoWayKey2StringMapper.- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMarshaller(StreamingMarshaller marshaller)
-
Methods inherited from interface org.infinispan.persistence.keymappers.Key2StringMapper
getStringMapping, isSupportedType
-
Methods inherited from interface org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
getKeyMapping
-
-
-
-
Method Detail
-
setMarshaller
void setMarshaller(StreamingMarshaller marshaller)
-
-