Interface TinkerTextSearchFactory.Params

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Map DESCRIBE  
      static String REGEX
      Directly Specify the regex
      static String SEARCH
      Specify a search term - will be converted to regex via .*(search).*
      static String TYPE
      Specify the type of Element to search for (optional)
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static Class type​(String type)