Class DefaultEnumValueFilterResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.List<T> filterEnumValues​(java.util.List<T> values, java.lang.String textQuery)
      filters values by textQuery and returns a new list containing only matching elements and respects java.lang.Enum data type only
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultEnumValueFilterResolver

        public DefaultEnumValueFilterResolver()
    • Method Detail

      • filterEnumValues

        public <T> java.util.List<T> filterEnumValues​(java.util.List<T> values,
                                                      java.lang.String textQuery)
        filters values by textQuery and returns a new list containing only matching elements and respects java.lang.Enum data type only
        Specified by:
        filterEnumValues in interface EnumValueFilterResolver
        Returns:
        filtered list of values