Class DefaultQueryMatcher

java.lang.Object
de.bwaldvogel.mongo.backend.DefaultQueryMatcher
All Implemented Interfaces:
QueryMatcher

public class DefaultQueryMatcher
extends java.lang.Object
implements QueryMatcher
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultQueryMatcher()  
  • Method Summary

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait