public static class EurekaJacksonCodec.InstanceInfoDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<InstanceInfo>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Modifier | Constructor and Description |
|---|---|
protected |
InstanceInfoDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
autoUnmarshalEligible(java.lang.String fieldName,
java.lang.String value,
java.lang.Object o) |
InstanceInfo |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerprotected InstanceInfoDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper)
public InstanceInfo deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context) throws java.io.IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<InstanceInfo>java.io.IOExceptionprotected void autoUnmarshalEligible(java.lang.String fieldName,
java.lang.String value,
java.lang.Object o)