public class FilterSpecification extends MatcherWithNegator<java.lang.String>
| Constructor and Description |
|---|
FilterSpecification(NameSpecification name,
boolean negator) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchesWithoutNegator(java.lang.String t) |
java.lang.String |
toString() |
matches, setNegatorpublic FilterSpecification(@NonNull
NameSpecification name,
boolean negator)
protected boolean matchesWithoutNegator(@NonNull
java.lang.String t)
matchesWithoutNegator in class MatcherWithNegator<java.lang.String>@NonNull public java.lang.String toString()
toString in class java.lang.Object