Convert the set of InboundVariables to JSON @return This object in JSON @throws InvalidJsonException If this can't be represented as JSON
(OnJsonParseError onError)
| 163 | * @throws InvalidJsonException If this can't be represented as JSON |
| 164 | */ |
| 165 | public JsonValue getJsonValue(OnJsonParseError onError) throws InvalidJsonException |
| 166 | { |
| 167 | return getJsonValue(onError, 0); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Convert the set of {@link InboundVariable}s to JSON |
nothing calls this directly
no test coverage detected