public class NotMatcher extends Object implements CredentialsMatcher
| Constructor and Description |
|---|
NotMatcher(CredentialsMatcher matcher)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Credentials item)
Evaluates the matcher for the specified credentials.
|
String |
toString() |
public NotMatcher(@NonNull
CredentialsMatcher matcher)
matcher - the matcher to invert the match of.public boolean matches(@NonNull
Credentials item)
matches in interface CredentialsMatcheritem - the specified credentials.true if and only if the specified credentials match.Copyright © 2016. All rights reserved.