Uses of Interface
org.infinispan.persistence.keymappers.MarshallingTwoWayKey2StringMapper
-
Packages that use MarshallingTwoWayKey2StringMapper Package Description org.infinispan.persistence.keymappers org.infinispan.persistence.rest.configuration Configuration forRestStore
. -
-
Uses of MarshallingTwoWayKey2StringMapper in org.infinispan.persistence.keymappers
Classes in org.infinispan.persistence.keymappers that implement MarshallingTwoWayKey2StringMapper Modifier and Type Class Description class
WrappedByteArrayOrPrimitiveMapper
This class is an implementation forTwoWayKey2StringMapper
that supports both primitives andWrappedByteArray
s. -
Uses of MarshallingTwoWayKey2StringMapper in org.infinispan.persistence.rest.configuration
Method parameters in org.infinispan.persistence.rest.configuration with type arguments of type MarshallingTwoWayKey2StringMapper Modifier and Type Method Description RestStoreConfigurationBuilder
AbstractRestStoreConfigurationChildBuilder. key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
RestStoreConfigurationBuilder
RestStoreConfigurationBuilder. key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
RestStoreConfigurationBuilder
RestStoreConfigurationChildBuilder. key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
The class of aKey2StringMapper
to use for mapping keys to strings suitable for RESTful retrieval/storage.
-