Interface TinkerTextSearchFactory.Params

Enclosing class:
TinkerTextSearchFactory<I,R>

public static interface TinkerTextSearchFactory.Params
  • Field Summary

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

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