Uses of Enum Class
org.jooq.impl.QOM.JSONOnNull
Packages that use QOM.JSONOnNull
-
Uses of QOM.JSONOnNull in org.jooq.impl
Subclasses with type arguments of type QOM.JSONOnNull in org.jooq.implSubinterfaces with type arguments of type QOM.JSONOnNull in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheJSON ARRAYfunction.static interfaceTheJSON ARRAYfunction.static interfaceTheJSON OBJECTfunction.Methods in org.jooq.impl that return QOM.JSONOnNullModifier and TypeMethodDescriptiondefault @Nullable QOM.JSONOnNullQOM.JSONArray.$onNull()@Nullable QOM.JSONOnNullQOM.JSONArrayAgg.$onNull()default @Nullable QOM.JSONOnNullQOM.JSONArrayQuery.$onNull()default @Nullable QOM.JSONOnNullQOM.JSONObject.$onNull()@Nullable QOM.JSONOnNullQOM.JSONObjectAgg.$onNull()static QOM.JSONOnNullReturns the enum constant of this class with the specified name.static QOM.JSONOnNull[]QOM.JSONOnNull.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.impl with parameters of type QOM.JSONOnNullModifier and TypeMethodDescriptiondefault @NotNull QOM.JSONArray<T> QOM.JSONArray.$onNull(QOM.JSONOnNull newOnNull) @NotNull QOM.JSONArrayAgg<J> QOM.JSONArrayAgg.$onNull(QOM.JSONOnNull onNull) default @NotNull QOM.JSONArrayQuery<T> QOM.JSONArrayQuery.$onNull(QOM.JSONOnNull newOnNull) default @NotNull QOM.JSONObject<T> QOM.JSONObject.$onNull(QOM.JSONOnNull newOnNull) @NotNull QOM.JSONObjectAgg<J> QOM.JSONObjectAgg.$onNull(QOM.JSONOnNull onNull)