Interface IQuery
public interface IQuery
Represents a query to be executed by an extension.
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodegetQuery()Builds and returns the query as a JSON object.
-
Method Details
-
getQuery
com.fasterxml.jackson.databind.JsonNode getQuery()Builds and returns the query as a JSON object.- Returns:
- the query as a
JsonNode.
-