Uses of Enum Class
org.jooq.impl.QOM.JSONValueBehavior
Packages that use QOM.JSONValueBehavior
-
Uses of QOM.JSONValueBehavior in org.jooq.impl
Subclasses with type arguments of type QOM.JSONValueBehavior in org.jooq.implSubinterfaces with type arguments of type QOM.JSONValueBehavior in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceTheJSON VALUEfunction.static interfaceTheJSON VALUEfunction.Methods in org.jooq.impl that return QOM.JSONValueBehaviorModifier and TypeMethodDescriptiondefault @Nullable QOM.JSONValueBehaviorQOM.JSONValue.$onEmpty()default @Nullable QOM.JSONValueBehaviorQOM.JSONValue.$onError()static QOM.JSONValueBehaviorReturns the enum constant of this class with the specified name.static QOM.JSONValueBehavior[]QOM.JSONValueBehavior.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.JSONValueBehaviorModifier and TypeMethodDescriptiondefault @NotNull QOM.JSONValue<T> QOM.JSONValue.$onEmpty(QOM.JSONValueBehavior newOnEmpty) default @NotNull QOM.JSONValue<T> QOM.JSONValue.$onError(QOM.JSONValueBehavior newOnError)