Class Formatter.Provided<T>
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<T>
- All Implemented Interfaces:
Formatter<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.Formatter
Formatter.Identity, Formatter.Provided<T> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Provided
-
-
Method Details
-
getTargetClass
Description copied from interface:FormatterThe implementation class of the target key of this format.- Specified by:
getTargetClassin interfaceFormatter<T>- 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.
-