All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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