public interface Key2StringMapper
Modifier and Type | Method and Description |
---|---|
String |
getStringMapping(Object key)
Must return an unique String for the supplied key.
|
boolean |
isSupportedType(Class<?> keyType)
Do we support this key type?
|
boolean isSupportedType(Class<?> keyType)
keyType
- type to testCopyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.