MCPcopy Create free account
hub / github.com/directwebremoting/dwr / getJsonValue

Method getJsonValue

etc/future/scanner/InboundVariable.java:165–168  ·  view source on GitHub ↗

Convert the set of InboundVariables to JSON @return This object in JSON @throws InvalidJsonException If this can't be represented as JSON

(OnJsonParseError onError)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 8

getValueMethod · 0.95
splitInboundMethod · 0.95
addMethod · 0.95
putMethod · 0.95
indexOfMethod · 0.80
warnMethod · 0.65
equalsMethod · 0.45
getInboundVariableMethod · 0.45

Tested by

no test coverage detected