Class Formatter.Provided<T>
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<T>
- All Implemented Interfaces:
Formatter<T>
- Direct Known Subclasses:
EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberFormatter,JGroupsAddressSerializer.JGroupsAddressFormatter,KeyFormatter,LocalAddressSerializer.LocalAddressFormatter,LocalEmbeddedCacheManagerGroupMemberFormatter
-
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
-
getType
Description copied from interface:FormatterReturns the type of the formatted object. -
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. -
wrap
public <U> Formatter<U> wrap(Class<? extends U> type, Function<U, T> unwrapper, Function<T, U> wrapper) Description copied from interface:FormatterReturns a wrapped formatter.
-