
restql.core.hooks.QueryHook Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restql-core-java Show documentation
Show all versions of restql-core-java Show documentation
Microservice query language
The newest version!
package restql.core.hooks;
import restql.core.interop.Hook;
/**
* Created by iago.osilva on 31/01/17.
*/
public abstract class QueryHook extends Hook{
public String getQuery() {
return (String) this.getData().get("query");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy