Class LocalEmbeddedCacheManagerGroupMemberFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<LocalEmbeddedCacheManagerGroupMember>
org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMemberFormatter
- All Implemented Interfaces:
Formatter<LocalEmbeddedCacheManagerGroupMember>
@MetaInfServices(Formatter.class)
public class LocalEmbeddedCacheManagerGroupMemberFormatter
extends Formatter.Provided<LocalEmbeddedCacheManagerGroupMember>
Provides a formatter for a
LocalEmbeddedCacheManagerGroupMember.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface Formatter
Formatter.Identity, Formatter.Provided<T> -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a group member formatter. -
Method Summary
Methods inherited from class Formatter.Provided
format, getType, parse, wrap
-
Constructor Details
-
LocalEmbeddedCacheManagerGroupMemberFormatter
public LocalEmbeddedCacheManagerGroupMemberFormatter()Creates a group member formatter.
-