Package com.netflix.discovery.converters
Class EurekaJacksonCodec.ApplicationsDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Applications>
-
- com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
- EurekaJacksonCodec
public static class EurekaJacksonCodec.ApplicationsDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Applications>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringappHashCodeKeyprotected com.fasterxml.jackson.databind.ObjectMappermapperprotected java.lang.StringversionDeltaKey
-
Constructor Summary
Constructors Constructor Description ApplicationsDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.String versionDeltaKey, java.lang.String appHashCodeKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Applicationsdeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Method Detail
-
deserialize
public Applications deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext context) throws java.io.IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Applications>- Throws:
java.io.IOException
-
-