public class ArrayWhereOperand extends WhereOperand<Object[]>
| Constructor and Description |
|---|
ArrayWhereOperand() |
ArrayWhereOperand(Hint hint,
com.fasterxml.jackson.databind.node.ArrayNode value) |
ArrayWhereOperand(Object[] array) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
get() |
ElementType |
getElementType() |
Hint |
getHint() |
OperandType |
getOperandType() |
com.fasterxml.jackson.databind.node.ArrayNode |
getValue() |
static ArrayWhereOperand |
instance(Object[] value) |
void |
setHint(Hint hint) |
void |
setValue(com.fasterxml.jackson.databind.node.ArrayNode value) |
fromJsonNodepublic ArrayWhereOperand()
public ArrayWhereOperand(Hint hint, com.fasterxml.jackson.databind.node.ArrayNode value)
public ArrayWhereOperand(Object[] array)
public static ArrayWhereOperand instance(Object[] value)
public ElementType getElementType()
getElementType in class WhereOperand<Object[]>public OperandType getOperandType()
getOperandType in class WhereOperand<Object[]>public Object[] get()
get in class WhereOperand<Object[]>public Hint getHint()
public void setHint(Hint hint)
public com.fasterxml.jackson.databind.node.ArrayNode getValue()
public void setValue(com.fasterxml.jackson.databind.node.ArrayNode value)
Copyright © 2019. All rights reserved.