public class fJsonObject
extends jet.formula.fJsonStructure
BIGINT_DESC, bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC| Constructor and Description |
|---|
fJsonObject() |
fJsonObject(jakarta.json.JsonObject job) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.json.JsonObject |
get() |
DbBit |
getBoolean(DbChar jsonPointer) |
fCurrency |
getCurrency(DbChar jsonPointer) |
DbBigInt |
getInteger(DbChar jsonPointer) |
fJsonArray |
getJsonArray(DbChar jsonPointer) |
fJsonObject |
getJsonObject(DbChar jsonPointer) |
DbDouble |
getNumber(DbChar jsonPointer) |
DbChar |
getString(DbChar jsonPointer) |
void |
set(jakarta.json.JsonObject job) |
clone, compareTo, equals, set, set, setValue, toString, toStringValuecompareTo, compareTo, compareTo, equals, getColDesc, getDataTimeZone, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValuepublic fJsonObject()
public fJsonObject(jakarta.json.JsonObject job)
public final jakarta.json.JsonObject get()
public final void set(jakarta.json.JsonObject job)
public DbBigInt getInteger(DbChar jsonPointer)
jsonPointer - the json pointer to the target valuepublic DbDouble getNumber(DbChar jsonPointer)
jsonPointer - the json pointer to the target valuepublic fCurrency getCurrency(DbChar jsonPointer)
jsonPointer - the json pointer to the target valuepublic DbChar getString(DbChar jsonPointer)
jsonPointer - the json pointer to the target valuepublic DbBit getBoolean(DbChar jsonPointer)
jsonPointer - the json pointer to the target valuepublic fJsonObject getJsonObject(DbChar jsonPointer)
jsonPointer - the json pointer to the target json objectpublic fJsonArray getJsonArray(DbChar jsonPointer)
jsonPointer - the json pointer to the target array© insightsoftware. All rights reserved.