Package | Description |
---|---|
org.infinispan.persistence.keymappers | |
org.infinispan.persistence.rest.configuration |
Modifier and Type | Class and Description |
---|---|
class |
MarshalledValueOrPrimitiveMapper
This class is an implementation for
TwoWayKey2StringMapper that supports both primitives
and MarshalledValue s. |
Modifier and Type | Method and Description |
---|---|
RestStoreConfigurationBuilder |
AbstractRestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass) |
RestStoreConfigurationBuilder |
RestStoreConfigurationChildBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass)
The class of a
Key2StringMapper to use for mapping keys to strings suitable for
RESTful retrieval/storage. |
RestStoreConfigurationBuilder |
RestStoreConfigurationBuilder.key2StringMapper(Class<? extends MarshallingTwoWayKey2StringMapper> klass) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.