-
public interface JSONEntryValueStep
A step in the creation ofJSONEntry
values.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> @NotNull JSONEntry<T>
value(Field<T> value)
The JSON entry value.<T> @NotNull JSONEntry<T>
value(Select<? extends Record1<T>> value)
The JSON entry value.<T> @NotNull JSONEntry<T>
value(T value)
The JSON entry value.
-