Class 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>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        com.fasterxml.jackson.databind.JsonDeserializer.None
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String appHashCodeKey  
      protected com.fasterxml.jackson.databind.ObjectMapper mapper  
      protected java.lang.String versionDeltaKey  
    • 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
      Applications deserialize​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapper

        protected com.fasterxml.jackson.databind.ObjectMapper mapper
      • versionDeltaKey

        protected java.lang.String versionDeltaKey
      • appHashCodeKey

        protected java.lang.String appHashCodeKey
    • Constructor Detail

      • ApplicationsDeserializer

        public ApplicationsDeserializer​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                                        java.lang.String versionDeltaKey,
                                        java.lang.String appHashCodeKey)
    • Method Detail

      • deserialize

        public Applications deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                        com.fasterxml.jackson.databind.DeserializationContext context)
                                 throws java.io.IOException
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Applications>
        Throws:
        java.io.IOException