public static class UniversalOverride.StudentMatcher extends Object implements Query.TermMatcher
Constructor and Description |
---|
StudentMatcher(Student student) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(String attr,
String term)
Does the object has the given attribute matching the given term?
|
Student |
student() |
public StudentMatcher(Student student)
public boolean match(String attr, String term)
Query.TermMatcher
match
in interface Query.TermMatcher