-
public interface JSONValueDefaultStep<J>A step in the construction ofDSL.jsonValue(Field, Field)orDSL.jsonbValue(Field, Field)functions where theON EMPTYandON ERRORclauses can be defined for default values.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull JSONValueOnStep<J>onEmpty()Add anON EMPTYclause.@NotNull JSONValueOnStep<J>onError()Add anON ERRORclause.
-