public class DefaultQueryMatcher extends java.lang.Object implements QueryMatcher
| Constructor and Description |
|---|
DefaultQueryMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Document document,
Document query) |
boolean |
matchesValue(java.lang.Object queryValue,
java.lang.Object value) |
java.lang.Integer |
matchPosition(Document document,
Document query) |
public boolean matches(Document document, Document query) throws MongoServerException
matches in interface QueryMatcherMongoServerExceptionpublic java.lang.Integer matchPosition(Document document, Document query) throws MongoServerException
matchPosition in interface QueryMatcherMongoServerExceptionpublic boolean matchesValue(java.lang.Object queryValue,
java.lang.Object value)
throws MongoServerException
matchesValue in interface QueryMatcherMongoServerException