Class BinaryFormatter<K>
java.lang.Object
org.wildfly.clustering.marshalling.BinaryFormatter<K>
- All Implemented Interfaces:
Formatter<K>
Formatter implementation for binary keys.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BinaryFormatter
-
-
Method Details
-
getTargetClass
Description copied from interface:FormatterThe implementation class of the target key of this format.- Specified by:
getTargetClassin interfaceFormatter<K>- Returns:
- an implementation class
-
parse
Description copied from interface:FormatterParses the key from the specified string. -
format
Description copied from interface:FormatterFormats the specified key to a string representation.
-