MCPcopy Create free account
hub / github.com/apache/solr / getVal

Method getVal

solr/solrj/src/java/org/noggit/ObjectBuilder.java:57–59  ·  view source on GitHub ↗

consider to use #getValStrict()

(JSONParser parser)

Source from the content-addressed store, hash-verified

55
56 /** consider to use {@link #getValStrict()} */
57 public static Object getVal(JSONParser parser) throws IOException {
58 return new ObjectBuilder(parser).getVal();
59 }
60
61 /**
62 * like {@link #getVal()}, but also check that there is nothing remaining in the given stream

Callers 15

getParamsFromJSONMethod · 0.95
getConfigOverlayMethod · 0.95
readJsonFromRequestMethod · 0.95
loadJsonLinesMethod · 0.95
loadJsonDocsMethod · 0.95
parseCommitOptionsMethod · 0.95
_testMethod · 0.95
fromJSONMethod · 0.95
fromJSONStrictMethod · 0.95
getValStrictMethod · 0.95
getObjectMethod · 0.95
getArrayMethod · 0.95

Calls 9

getStringMethod · 0.95
getLongMethod · 0.95
getNumberMethod · 0.95
getBigNumberMethod · 0.95
getBooleanMethod · 0.95
getNullMethod · 0.95
getObjectMethod · 0.95
getArrayMethod · 0.95
lastEventMethod · 0.80

Tested by 5

_testMethod · 0.76
compareMethod · 0.36
matchObjMethod · 0.36
matchMethod · 0.36