public static class EurekaJacksonCodec.ApplicationDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Application>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
ApplicationDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
Application |
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, unwrappingDeserializerpublic ApplicationDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper)
public Application 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<Application>java.io.IOException