Class JsonDeserializerAtomicDouble

  • All Implemented Interfaces:
    org.nd4j.shade.jackson.databind.deser.NullValueProvider

    public class JsonDeserializerAtomicDouble
    extends org.nd4j.shade.jackson.databind.JsonDeserializer<AtomicDouble>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        org.nd4j.shade.jackson.databind.JsonDeserializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AtomicDouble deserialize​(org.nd4j.shade.jackson.core.JsonParser jsonParser, org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)  
      • Methods inherited from class org.nd4j.shade.jackson.databind.JsonDeserializer

        deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
    • Constructor Detail

      • JsonDeserializerAtomicDouble

        public JsonDeserializerAtomicDouble()
    • Method Detail

      • deserialize

        public AtomicDouble deserialize​(org.nd4j.shade.jackson.core.JsonParser jsonParser,
                                        org.nd4j.shade.jackson.databind.DeserializationContext deserializationContext)
                                 throws IOException,
                                        org.nd4j.shade.jackson.core.JsonProcessingException
        Specified by:
        deserialize in class org.nd4j.shade.jackson.databind.JsonDeserializer<AtomicDouble>
        Throws:
        IOException
        org.nd4j.shade.jackson.core.JsonProcessingException