Class LocalNodeFormatter
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.group.LocalNodeFormatter
-
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
@MetaInfServices(org.wildfly.clustering.marshalling.spi.Formatter.class) public class LocalNodeFormatter extends Object implements org.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
Resolver for aLocalNode.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocalNodeFormatter.LocalNodeExternalizer
-
Constructor Summary
Constructors Constructor Description LocalNodeFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LocalNode node)Class<LocalNode>getTargetClass()LocalNodeparse(String name)
-
-
-
Method Detail
-
getTargetClass
public Class<LocalNode> getTargetClass()
- Specified by:
getTargetClassin interfaceorg.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
-
parse
public LocalNode parse(String name)
- Specified by:
parsein interfaceorg.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
-
-