Class FilterCriteriaConverter

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

@NonNullByDefault public class FilterCriteriaConverter extends GenericUnmarshaller<FilterCriteria>
The FilterCriteriaConverter creates a FilterCriteria instance from a criteria XML node.
Author:
Alex Tugarev - Initial contribution
  • Constructor Details

    • FilterCriteriaConverter

      public FilterCriteriaConverter()
  • Method Details

    • unmarshal

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