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

io.github.perplexhub.rsql.Q Maven / Gradle / Ivy

package io.github.perplexhub.rsql;

public class Q {

    public static QuerySupport.QuerySupportBuilder rsql(String rsqlQuery) {
        return QuerySupport.builder().rsqlQuery(rsqlQuery);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy