public static class EurekaJacksonCodec.ApplicationsDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Applications>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
appHashCodeKey |
protected com.fasterxml.jackson.databind.ObjectMapper |
mapper |
protected java.lang.String |
versionDeltaKey |
Constructor and Description |
---|
ApplicationsDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper,
java.lang.String versionDeltaKey,
java.lang.String appHashCodeKey) |
Modifier and Type | Method and Description |
---|---|
Applications |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
protected com.fasterxml.jackson.databind.ObjectMapper mapper
protected java.lang.String versionDeltaKey
protected java.lang.String appHashCodeKey
public ApplicationsDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.String versionDeltaKey, java.lang.String appHashCodeKey)
public Applications 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<Applications>
java.io.IOException