Class ConfigDescriptionConverter

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

@NonNullByDefault public class ConfigDescriptionConverter extends GenericUnmarshaller<ConfigDescription>
The ConfigDescriptionConverter is a concrete implementation of the XStream Converter interface used to convert config description information within an XML document into a ConfigDescription object.

This converter converts config-description XML tags.

Author:
Michael Grammling - Initial contribution, Chris Jackson - Added configuration groups
  • Constructor Details

    • ConfigDescriptionConverter

      public ConfigDescriptionConverter()
  • Method Details

    • unmarshal

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