![JAR search and dependency download from the Maven repository](/logo.png)
com.bq.oss.lib.queries.matcher.QueryMatcher Maven / Gradle / Ivy
package com.bq.oss.lib.queries.matcher;
import com.bq.oss.lib.queries.exception.QueryMatchingException;
import com.bq.oss.lib.queries.request.ResourceQuery;
public interface QueryMatcher {
boolean matchObject(ResourceQuery resourceQuery, Object object) throws QueryMatchingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy