Class SpeedyQuery
java.lang.Object
com.github.silent.samurai.speedy.api.client.SpeedyQuery
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ObjectNode$and(com.fasterxml.jackson.databind.JsonNode... conditions) static com.fasterxml.jackson.databind.JsonNode$condition(String key, com.fasterxml.jackson.databind.JsonNode value) static com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNodestatic com.fasterxml.jackson.databind.node.ObjectNode$or(com.fasterxml.jackson.databind.JsonNode... conditions) $orderByAsc(String key) $orderByDesc(String key) $pageNo(int pageNo) $pageSize(int pageSize) $where(com.fasterxml.jackson.databind.JsonNode... conditionObjs) com.fasterxml.jackson.databind.JsonNodebuild()static SpeedyQuerybuilder()static SpeedyQuerygetFrom()
-
Method Details
-
builder
-
builder
-
$from
-
$where
-
$orderByAsc
-
$orderByDesc
-
$expand
-
$pageNo
-
$pageSize
-
$eq
public static com.fasterxml.jackson.databind.node.ObjectNode $eq(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$ne
public static com.fasterxml.jackson.databind.node.ObjectNode $ne(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$gt
public static com.fasterxml.jackson.databind.node.ObjectNode $gt(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$lt
public static com.fasterxml.jackson.databind.node.ObjectNode $lt(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$gte
public static com.fasterxml.jackson.databind.node.ObjectNode $gte(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$lte
public static com.fasterxml.jackson.databind.node.ObjectNode $lte(Object value) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$in
public static com.fasterxml.jackson.databind.node.ObjectNode $in(Object... values) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$nin
public static com.fasterxml.jackson.databind.node.ObjectNode $nin(Object... values) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
$condition
public static com.fasterxml.jackson.databind.JsonNode $condition(String key, com.fasterxml.jackson.databind.JsonNode value) -
$or
public static com.fasterxml.jackson.databind.node.ObjectNode $or(com.fasterxml.jackson.databind.JsonNode... conditions) -
$and
public static com.fasterxml.jackson.databind.node.ObjectNode $and(com.fasterxml.jackson.databind.JsonNode... conditions) -
build
- Throws:
IllegalFormatCodePointException
-
prettyPrint
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
getFrom
-