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
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 Summary
-
Method Summary
Methods inherited from class org.openhab.core.config.core.xml.util.GenericUnmarshaller
canConvert, getResultType, marshal, requireNonEmpty, requireNonNull
-
Constructor Details
-
NodeValueConverter
public NodeValueConverter()
-
-
Method Details
-
unmarshal
public @Nullable Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-