public static class JsonFunctions.JsonValueContext extends Object
SqlJsonValueExpressionOperator.| Modifier and Type | Field and Description |
|---|---|
@Nullable Exception |
exc |
@Nullable Object |
obj |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object o) |
boolean |
hasException() |
int |
hashCode() |
String |
toString() |
static JsonFunctions.JsonValueContext |
withException(Exception exc) |
static JsonFunctions.JsonValueContext |
withJavaObj(@Nullable Object obj) |
public static JsonFunctions.JsonValueContext withJavaObj(@Nullable Object obj)
public static JsonFunctions.JsonValueContext withException(Exception exc)
@EnsuresNonNullIf(expression="exc",
result=true)
public boolean hasException()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.