Uses of Class
org.openhab.core.config.core.xml.util.GenericUnmarshaller
Packages that use GenericUnmarshaller
-
Uses of GenericUnmarshaller in org.openhab.core.config.core.xml
Subclasses of GenericUnmarshaller in org.openhab.core.config.core.xmlModifier and TypeClassDescriptionclassTheConfigDescriptionConverteris a concrete implementation of theXStreamConverterinterface used to convert config description information within an XML document into aConfigDescriptionobject.classTheConfigDescriptionParameterConverteris a concrete implementation of theXStreamConverterinterface used to convert config description parameters information within an XML document into aConfigDescriptionParameterobject.classTheConfigDescriptionParameterGroupConvertercreates aConfigDescriptionParameterGroupinstance from anoptionXML node.class -
Uses of GenericUnmarshaller in org.openhab.core.config.core.xml.util
Subclasses of GenericUnmarshaller in org.openhab.core.config.core.xml.utilModifier and TypeClassDescriptionclassTheNodeAttributesConverteris a concrete implementation of theXStreamConverterinterface used to convert the attributes of an XML tag within an XML document into aNodeAttributesobject.classTheNodeListConverteris a concrete implementation of theXStreamConverterinterface used to convert a list of XML tags within an XML document into aNodeListobject.classTheNodeValueConverteris a concrete implementation of theXStreamConverterinterface used to convert the value of an XML tag within an XML document into aNodeValueobject.