public class fJsonObject
extends fJsonStructure
Constructor and Description |
---|
fJsonObject() |
fJsonObject(JsonObject job) |
Modifier and Type | Method and Description |
---|---|
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(JsonObject job) |
public final JsonObject get()
public final void set(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