Interface MarshallingTwoWayKey2StringMapper
- All Superinterfaces:
Key2StringMapper,TwoWayKey2StringMapper
- All Known Implementing Classes:
WrappedByteArrayOrPrimitiveMapper
MarshallingTwoWayKey2StringMapper.
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetMarshaller(org.infinispan.commons.marshall.Marshaller marshaller) default voidsetMarshaller(org.infinispan.commons.marshall.StreamingMarshaller marshaller) Deprecated.Methods inherited from interface org.infinispan.persistence.keymappers.Key2StringMapper
getStringMapping, isSupportedTypeMethods inherited from interface org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
getKeyMapping
-
Method Details
-
setMarshaller
@Deprecated default void setMarshaller(org.infinispan.commons.marshall.StreamingMarshaller marshaller) Deprecated.since 10.0, usesetMarshaller(Marshaller)instead -
setMarshaller
default void setMarshaller(org.infinispan.commons.marshall.Marshaller marshaller)
-
setMarshaller(Marshaller)instead