public interface KeyFormat<K>
| 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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.