Uses of Interface
org.jooq.JSONObjectNullStep
-
Uses of JSONObjectNullStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject()
The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(String key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(Collection<? extends JSONEntry<?>> entries) TheJSONB_OBJECT
function.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(Field<?>... entries) Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(Field<String> key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(Field<String> key, Select<? extends Record1<?>> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>
DSL.jsonbObject
(JSONEntry<?>... entries) TheJSONB_OBJECT
function.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) TheJSON_OBJECT
function.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject
(Field<?>... entries) Deprecated, for removal: This API element is subject to removal in a future version.- [#15196] - 3.19.0 - The semantics of theField
arguments in this method is inconsistent with that of other overloads, such asDSL.jsonbObject(Field, Field)
, which can lead to subtle bugs.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject
(Field<String> key, Field<?> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject
(Field<String> key, Select<? extends Record1<?>> value) The JSON object constructor.static @NotNull JSONObjectNullStep<JSON>
DSL.jsonObject
(JSONEntry<?>... entries) TheJSON_OBJECT
function.
Field
arguments in this method is inconsistent with that of other overloads, such asDSL.jsonbObject(Field, Field)
, which can lead to subtle bugs.