private ValueJson |
Value.convertToJson(TypeInfo targetType,
int conversionMode,
java.lang.Object column) |
|
static ValueJson |
ValueJson.fromJson(byte[] bytes) |
Returns JSON value with the specified content.
|
static ValueJson |
ValueJson.fromJson(java.lang.String s) |
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 |
ValueJson.get(java.lang.String string) |
Returns JSON value with the specified string content.
|
static ValueJson |
ValueJson.get(java.math.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 |
ValueJson.getNumber(java.lang.String s) |
|