Class 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 a LocalNode.
    Author:
    Paul Ferraro
    • Constructor Detail

      • LocalNodeFormatter

        public LocalNodeFormatter()
    • Method Detail

      • getTargetClass

        public Class<LocalNode> getTargetClass()
        Specified by:
        getTargetClass in interface org.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
      • parse

        public LocalNode parse​(String name)
        Specified by:
        parse in interface org.wildfly.clustering.marshalling.spi.Formatter<LocalNode>
      • format

        public String format​(LocalNode node)
        Specified by:
        format in interface org.wildfly.clustering.marshalling.spi.Formatter<LocalNode>