Package net.sf.jsqlparser.expression
Class JsonKeyValuePair
java.lang.Object
net.sf.jsqlparser.expression.JsonKeyValuePair
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonKeyValuePair
(String key, Object value, boolean usingKeyKeyword, boolean usingValueKeyword) -
Method Summary
Modifier and TypeMethodDescriptionappend
(StringBuilder builder) boolean
getKey()
getValue()
int
hashCode()
boolean
boolean
boolean
void
setUsingFormatJson
(boolean usingFormatJson) void
setUsingKeyKeyword
(boolean usingKeyKeyword) void
setUsingValueKeyword
(boolean usingValueKeyword) toString()
withUsingFormatJson
(boolean usingFormatJson) withUsingKeyKeyword
(boolean usingKeyKeyword) withUsingValueKeyword
(boolean usingValueKeyword)
-
Field Details
-
key
-
usingKeyKeyword
private boolean usingKeyKeyword -
value
-
usingValueKeyword
private boolean usingValueKeyword -
usingFormatJson
private boolean usingFormatJson
-
-
Constructor Details
-
JsonKeyValuePair
-
-
Method Details
-
isUsingKeyKeyword
public boolean isUsingKeyKeyword() -
setUsingKeyKeyword
public void setUsingKeyKeyword(boolean usingKeyKeyword) -
withUsingKeyKeyword
-
isUsingValueKeyword
public boolean isUsingValueKeyword() -
setUsingValueKeyword
public void setUsingValueKeyword(boolean usingValueKeyword) -
withUsingValueKeyword
-
isUsingFormatJson
public boolean isUsingFormatJson() -
setUsingFormatJson
public void setUsingFormatJson(boolean usingFormatJson) -
withUsingFormatJson
-
hashCode
public int hashCode() -
equals
-
getKey
-
getValue
-
append
-
toString
-