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 Default Methods Deprecated Methods Modifier and Type Method Description default void
setMarshaller(Marshaller marshaller)
default void
setMarshaller(StreamingMarshaller marshaller)
Deprecated.since 10.0, usesetMarshaller(Marshaller)
instead-
Methods inherited from interface org.infinispan.persistence.keymappers.Key2StringMapper
getStringMapping, isSupportedType
-
Methods inherited from interface org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
getKeyMapping
-
-
-
-
Method Detail
-
setMarshaller
@Deprecated default void setMarshaller(StreamingMarshaller marshaller)
Deprecated.since 10.0, usesetMarshaller(Marshaller)
instead
-
setMarshaller
default void setMarshaller(Marshaller marshaller)
-
-