Class ConfigDescriptionParameterGroupConverter

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

@NonNullByDefault public class ConfigDescriptionParameterGroupConverter extends GenericUnmarshaller<ConfigDescriptionParameterGroup>
The ConfigDescriptionParameterGroupConverter creates a ConfigDescriptionParameterGroup instance from an option XML node.
Author:
Chris Jackson - Initial contribution
  • Constructor Details

    • ConfigDescriptionParameterGroupConverter

      public ConfigDescriptionParameterGroupConverter()
  • Method Details

    • unmarshal

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