Class AbstractDataTypeDeserializer<T extends AbstractType>

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.NullValueProvider
    Direct Known Subclasses:
    InputTypeDeserializer, OutputTypeDeserializer

    public abstract class AbstractDataTypeDeserializer<T extends AbstractType>
    extends com.fasterxml.jackson.databind.JsonDeserializer<T>
    • 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 com.fasterxml.jackson.databind.ObjectMapper objectMapper  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void setEnvironmentVars​(com.fasterxml.jackson.databind.JsonNode node, AbstractType data)  
      protected void setReference​(com.fasterxml.jackson.databind.JsonNode node, java.lang.String fieldName, AbstractType type)  
      protected void setSourceAndTarget​(com.fasterxml.jackson.databind.JsonNode node, AbstractType type)  
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, 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

      • objectMapper

        protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • Constructor Detail

      • AbstractDataTypeDeserializer

        public AbstractDataTypeDeserializer()
    • Method Detail

      • setEnvironmentVars

        protected void setEnvironmentVars​(com.fasterxml.jackson.databind.JsonNode node,
                                          AbstractType data)
                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • setReference

        protected void setReference​(com.fasterxml.jackson.databind.JsonNode node,
                                    java.lang.String fieldName,
                                    AbstractType type)
                             throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • setSourceAndTarget

        protected void setSourceAndTarget​(com.fasterxml.jackson.databind.JsonNode node,
                                          AbstractType type)
                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException