MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / deserialize

Method deserialize

src/utils/JSON.java:384–388  ·  view source on GitHub ↗
(final JsonParser parser, final
        DeserializationContext context)

Source from the content-addressed store, hash-verified

382 extends JsonDeserializer<TreeRuleType> {
383
384 @Override
385 public TreeRuleType deserialize(final JsonParser parser, final
386 DeserializationContext context) throws IOException {
387 return TreeRule.stringToType(parser.getValueAsString());
388 }
389 }
390
391 /**

Callers

nothing calls this directly

Calls 1

stringToTypeMethod · 0.95

Tested by

no test coverage detected