public static class MetricJsonSerializer.Deserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.boot.actuate.metrics.Metric<?>>
Constructor and Description |
---|
Deserializer() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.metrics.Metric<?> |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
public org.springframework.boot.actuate.metrics.Metric<?> deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.boot.actuate.metrics.Metric<?>>
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.