| Constructor and Description |
|---|
BinaryKeyFormat(Class<K> targetClass,
Serializer<K> serializer) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(K key)
Formats the specified key to a string representation.
|
Class<K> |
getTargetClass()
The implementation class of the target key of this format.
|
K |
parse(String value)
Parses the key from the specified string.
|
public BinaryKeyFormat(Class<K> targetClass, Serializer<K> serializer)
public Class<K> getTargetClass()
KeyFormatgetTargetClass in interface KeyFormat<K>public K parse(String value)
KeyFormatCopyright © 2019 JBoss by Red Hat. All rights reserved.