Class ConvertToDataValueObjectModel.ParseDeserializer

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ConvertToDataValueObjectModel

    public static class ConvertToDataValueObjectModel.ParseDeserializer
    extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<LocalDateTime>
    The Class ParseDeserializer.
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Sep 9, 2022
    See Also:
    Serialized Form
    • Nested Class Summary

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

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

      • Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        _valueClass, F_MASK_INT_COERCIONS
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseDeserializer()
      Instantiates a new parses the deserializer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LocalDateTime deserialize​(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
      Deserialize.
      • Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        _coerceIntegral, _deserializeFromEmpty, _failDoubleToIntCoercion, _hasTextualNull, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _parseBoolean, _parseBooleanFromInt, _parseBooleanFromOther, _parseBooleanPrimitive, _parseByte, _parseDate, _parseDate, _parseDouble, _parseDoublePrimitive, _parseFloat, _parseFloatPrimitive, _parseInteger, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseShort, _parseShortPrimitive, _parseString, deserializeWithType, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer, parseDouble
      • Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        deserialize, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
    • Constructor Detail

      • ParseDeserializer

        public ParseDeserializer()
        Instantiates a new parses the deserializer.
    • Method Detail

      • deserialize

        public LocalDateTime deserialize​(com.fasterxml.jackson.core.JsonParser p,
                                         com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                  throws IOException,
                                         com.fasterxml.jackson.core.JsonProcessingException
        Deserialize.
        Specified by:
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
        Parameters:
        p - the p
        ctxt - the ctxt
        Returns:
        the local date time
        Throws:
        IOException - Signals that an I/O exception has occurred.
        com.fasterxml.jackson.core.JsonProcessingException - the json processing exception