Class LocalGroupMemberFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<org.wildfly.clustering.server.local.DefaultLocalGroupMember>
org.wildfly.clustering.server.local.LocalGroupMemberFormatter
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Formatter<org.wildfly.clustering.server.local.DefaultLocalGroupMember>
@MetaInfServices(org.wildfly.clustering.marshalling.Formatter.class)
public class LocalGroupMemberFormatter
extends org.wildfly.clustering.marshalling.Formatter.Provided<org.wildfly.clustering.server.local.DefaultLocalGroupMember>
Provides a formatter and externalizer for an
DefaultLocalGroupMember.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.Formatter
org.wildfly.clustering.marshalling.Formatter.Identity, org.wildfly.clustering.marshalling.Formatter.Provided<T> -
Field Summary
Fields inherited from interface org.wildfly.clustering.marshalling.Formatter
IDENTITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.Formatter.Provided
format, getTargetClass, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Formatter
wrap
-
Constructor Details
-
LocalGroupMemberFormatter
public LocalGroupMemberFormatter()
-