-
public interface JSONEntryValueStepA step in the creation ofJSONEntryvalues.- 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.
-