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