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

Method deserialize

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

Source from the content-addressed store, hash-verified

396 extends JsonDeserializer<SearchType> {
397
398 @Override
399 public SearchType deserialize(final JsonParser parser, final
400 DeserializationContext context) throws IOException {
401 return SearchQuery.parseSearchType(parser.getValueAsString());
402 }
403 }
404}

Callers

nothing calls this directly

Calls 1

parseSearchTypeMethod · 0.95

Tested by

no test coverage detected