Interface Recognizer.Matcher

  • Enclosing class:
    Recognizer

    public static interface Recognizer.Matcher
    This is used to wrap column name matching rules.
    • Method Detail

      • matches

        boolean matches​(String name)
        Return true it the name matches and false otherwise.