Class NodeListConverter

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

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

    • NodeListConverter

      public NodeListConverter()
  • Method Details

    • unmarshal

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