Class ServiceNameFormatter
java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<org.jboss.msc.service.ServiceName>
org.wildfly.clustering.singleton.server.ServiceNameFormatter
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Formatter<org.jboss.msc.service.ServiceName>
@MetaInfServices(org.wildfly.clustering.marshalling.Formatter.class)
public class ServiceNameFormatter
extends org.wildfly.clustering.marshalling.Formatter.Provided<org.jboss.msc.service.ServiceName>
Externalizer for a ServiceName.- 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 extends Object> -
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, getType, parse, wrap
-
Constructor Details
-
ServiceNameFormatter
public ServiceNameFormatter()
-