Uses of Interface
org.jooq.JSONObjectNullStep
Packages that use JSONObjectNullStep
-
Uses of JSONObjectNullStep in org.jooq.impl
Methods in org.jooq.impl that return JSONObjectNullStepModifier and TypeMethodDescriptionstatic @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject()The JSON object constructor.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(Collection<? extends JSONEntry<?>> entries)TheJSONB_OBJECTfunction.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(Field<?>... entries)TheJSONB_OBJECTfunction.static @NotNull JSONObjectNullStep<JSONB>DSL.jsonbObject(JSONEntry<?>... entries)TheJSONB_OBJECTfunction.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_OBJECTfunction.static @NotNull JSONObjectNullStep<JSON>DSL.jsonObject(Field<?>... entries)TheJSON_OBJECTfunction.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_OBJECTfunction.