static @NotNull JSONObjectNullStep<JSONB> |
DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries) |
The JSONB object constructor.
|
static @NotNull JSONObjectNullStep<JSONB> |
DSL.jsonbObject(Field<?>... entries) |
The JSONB object constructor.
|
static @NotNull JSONObjectNullStep<JSONB> |
DSL.jsonbObject(JSONEntry<?>... entries) |
The JSONB object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject() |
The JSON object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject(String key,
Field<?> value) |
The JSON object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject(Collection<? extends JSONEntry<?>> entries) |
The JSON object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject(Field<?>... entries) |
The JSON object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject(Field<String> key,
Field<?> value) |
The JSON object constructor.
|
static @NotNull JSONObjectNullStep<JSON> |
DSL.jsonObject(JSONEntry<?>... entries) |
The JSON object constructor.
|