Class ServiceNameFormatter
java.lang.Object
org.wildfly.clustering.marshalling.spi.SimpleFormatter<org.jboss.msc.service.ServiceName>
org.wildfly.clustering.singleton.server.ServiceNameFormatter
- All Implemented Interfaces:
Formatter<org.jboss.msc.service.ServiceName>
@MetaInfServices(org.wildfly.clustering.marshalling.spi.Formatter.class)
public class ServiceNameFormatter
extends SimpleFormatter<org.jboss.msc.service.ServiceName>
Externalizer for a ServiceName.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.SimpleFormatter
format, getTargetClass, parse
-
Constructor Details
-
ServiceNameFormatter
public ServiceNameFormatter()
-