Class NodeValueConverter

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

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

    • NodeValueConverter

      public NodeValueConverter()
  • Method Details

    • unmarshal

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