public class SimpleKeyFormatMapper extends Object implements org.infinispan.persistence.keymappers.TwoWayKey2StringMapper
TwoWayKey2StringMapper based on a single KeyFormat.| Constructor and Description |
|---|
SimpleKeyFormatMapper(KeyFormat<?> format) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKeyMapping(String value) |
String |
getStringMapping(Object key) |
boolean |
isSupportedType(Class<?> keyType) |
public SimpleKeyFormatMapper(KeyFormat<?> format)
public boolean isSupportedType(Class<?> keyType)
isSupportedType in interface org.infinispan.persistence.keymappers.Key2StringMapperpublic String getStringMapping(Object key)
getStringMapping in interface org.infinispan.persistence.keymappers.Key2StringMapperCopyright © 2023 JBoss by Red Hat. All rights reserved.