public interface Data
ExecutionResult, can be of three basic kinds - NULL, list and simple value.| Modifier and Type | Interface and Description |
|---|---|
static class |
Data.DataDeserializer |
| Modifier and Type | Method and Description |
|---|---|
default List<Data> |
asList() |
boolean |
isList() |
default boolean |
isNull() |
boolean |
isValue() |
String |
textValue() |
static final Data NULL
boolean isList()
boolean isValue()
default boolean isNull()
NULL, false otherwiseString textValue()
Copyright © 2019. All rights reserved.