Uses of Class
org.h2.value.ValueJson
Packages that use ValueJson
-
Uses of ValueJson in org.h2.value
Fields in org.h2.value declared as ValueJsonModifier and TypeFieldDescriptionstatic final ValueJson
ValueJson.FALSE
false
JSON value.static final ValueJson
ValueJson.NULL
null
JSON value.static final ValueJson
ValueJson.TRUE
true
JSON value.static final ValueJson
ValueJson.ZERO
0
JSON value.Methods in org.h2.value that return ValueJsonModifier and TypeMethodDescriptionprivate ValueJson
Value.convertToJson
(TypeInfo targetType, int conversionMode, Object column) static ValueJson
ValueJson.fromJson
(byte[] bytes) Returns JSON value with the specified content.static ValueJson
Returns JSON value with the specified content.static ValueJson
ValueJson.get
(boolean bool) Returns JSON value with the specified boolean content.static ValueJson
ValueJson.get
(int number) Returns JSON value with the specified numeric content.static ValueJson
ValueJson.get
(long number) Returns JSON value with the specified numeric content.static ValueJson
Returns JSON value with the specified string content.static ValueJson
ValueJson.get
(BigDecimal number) Returns JSON value with the specified numeric content.static ValueJson
ValueJson.getInternal
(byte[] bytes) Returns JSON value with the specified content.private static ValueJson