Class NodeAttributesConverter

java.lang.Object
org.openhab.core.config.core.xml.util.GenericUnmarshaller<NodeAttributes>
org.openhab.core.config.core.xml.util.NodeAttributesConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

@NonNullByDefault public class NodeAttributesConverter extends GenericUnmarshaller<NodeAttributes>
The NodeAttributesConverter is a concrete implementation of the XStream Converter interface used to convert the attributes of an XML tag within an XML document into a NodeAttributes object.
Author:
Michael Grammling - Initial contribution
  • Constructor Details

    • NodeAttributesConverter

      public NodeAttributesConverter()
  • Method Details

    • unmarshal

      public @Nullable Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)