Class SimpleFormatter<K>
java.lang.Object
org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>
- All Implemented Interfaces:
Formatter<K>
- Direct Known Subclasses:
DelimitedFormatter
Formatter for keys with a simple string representation.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleFormatter
-
SimpleFormatter
-
-
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.
-