Packages

class TimeStringDeserializer extends StdScalarDeserializer[Time] with ContextualDeserializer

A Jackson JsonDeserializer for com.twitter.util.Time.

Linear Supertypes
ContextualDeserializer, StdScalarDeserializer[Time], StdDeserializer[Time], Gettable, Serializable, JsonDeserializer[Time], NullValueProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeStringDeserializer
  2. ContextualDeserializer
  3. StdScalarDeserializer
  4. StdDeserializer
  5. Gettable
  6. Serializable
  7. JsonDeserializer
  8. NullValueProvider
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TimeStringDeserializer(timeFormat: TimeFormat)

    timeFormat

    the configured com.twitter.util.TimeFormat for this deserializer.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def _byteOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  5. def _checkCoercionFail(arg0: DeserializationContext, arg1: CoercionAction, arg2: Class[_ <: AnyRef], arg3: AnyRef, arg4: String): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  6. def _checkDoubleSpecialValue(arg0: String): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  7. def _checkFloatSpecialValue(arg0: String): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  8. def _checkFloatToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  9. def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String, arg2: LogicalType, arg3: Class[_ <: AnyRef]): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  10. def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  11. def _checkTextualNull(arg0: DeserializationContext, arg1: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  12. def _coerceBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  13. def _coerceIntegral(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  14. def _coercedTypeDesc(): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  15. def _deserializeFromArray(arg0: JsonParser, arg1: DeserializationContext): Time
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  16. def _deserializeFromEmptyString(arg0: JsonParser, arg1: DeserializationContext, arg2: CoercionAction, arg3: Class[_ <: AnyRef], arg4: String): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  17. def _deserializeFromString(arg0: JsonParser, arg1: DeserializationContext): Time
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  18. def _deserializeWrappedValue(arg0: JsonParser, arg1: DeserializationContext): Time
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  19. def _findCoercionFromBlankString(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  20. def _findCoercionFromEmptyArray(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  21. def _findCoercionFromEmptyString(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  22. final def _findNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: Nulls, arg3: JsonDeserializer[_ <: AnyRef]): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  23. def _hasTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  24. final def _intOverflow(arg0: Long): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  25. def _isFalse(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  26. final def _isIntNumber(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  27. final def _isNaN(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  28. final def _isNegInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  29. final def _isPosInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  30. def _isTrue(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  31. def _nonNullNumber(arg0: Number): Number
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  32. final def _parseBoolean(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  33. final def _parseBooleanPrimitive(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  34. final def _parseBytePrimitive(arg0: JsonParser, arg1: DeserializationContext): Byte
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  35. def _parseDate(arg0: String, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  36. def _parseDate(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  37. def _parseDateFromArray(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  38. final def _parseDoublePrimitive(arg0: DeserializationContext, arg1: String): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  39. final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  40. final def _parseFloatPrimitive(arg0: DeserializationContext, arg1: String): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  41. final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  42. final def _parseIntPrimitive(arg0: DeserializationContext, arg1: String): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  43. final def _parseIntPrimitive(arg0: JsonParser, arg1: DeserializationContext): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  44. final def _parseInteger(arg0: DeserializationContext, arg1: String): Integer
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  45. final def _parseInteger(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Integer
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  46. final def _parseLong(arg0: DeserializationContext, arg1: String): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  47. final def _parseLong(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  48. final def _parseLongPrimitive(arg0: DeserializationContext, arg1: String): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  49. final def _parseLongPrimitive(arg0: JsonParser, arg1: DeserializationContext): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  50. final def _parseShortPrimitive(arg0: JsonParser, arg1: DeserializationContext): Short
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  51. final def _parseString(arg0: JsonParser, arg1: DeserializationContext): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  52. def _reportFailedNullCoerce(arg0: DeserializationContext, arg1: Boolean, arg2: Enum[_ <: AnyRef], arg3: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  53. final def _shortOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  54. def _verifyEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  55. final def _verifyNullForPrimitive(arg0: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  56. final def _verifyNullForPrimitiveCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  57. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  58. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  59. def createContextual(ctxt: DeserializationContext, property: BeanProperty): JsonDeserializer[_]

    This method allows extracting the JsonFormat annotation to create a TimeFormat based on the specifications provided in the annotation.

    This method allows extracting the JsonFormat annotation to create a TimeFormat based on the specifications provided in the annotation. The implementation follows the Jackson's java8 & joda-time versions

    ctxt

    Deserialization context to access configuration, additional deserializers that may be needed by this deserializer

    property

    Method, field or constructor parameter that represents the property (and is used to assign deserialized value). Should be available; but there may be cases where caller can not provide it and null is passed instead (in which case impls usually pass 'this' deserializer as is)

    returns

    Deserializer to use for deserializing values of specified property; may be this instance or a new instance.

    Definition Classes
    TimeStringDeserializer → ContextualDeserializer
    See also

    https://github.com/FasterXML/jackson-modules-java8/blob/master/datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/deser/JSR310DateTimeDeserializerBase.java#L29

  60. def deserialize(jp: JsonParser, ctxt: DeserializationContext): Time
    Definition Classes
    TimeStringDeserializer → JsonDeserializer
  61. def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: Time): Time
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  62. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer): AnyRef
    Definition Classes
    StdScalarDeserializer → StdDeserializer → JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  63. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer, arg3: Time): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.JacksonException])
  64. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  66. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  67. def findBackReference(arg0: String): SettableBeanProperty
    Definition Classes
    JsonDeserializer
  68. def findContentNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  69. def findContentNullStyle(arg0: DeserializationContext, arg1: BeanProperty): Nulls
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  70. def findConvertingContentDeserializer(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  71. def findDeserializer(arg0: DeserializationContext, arg1: JavaType, arg2: BeanProperty): JsonDeserializer[AnyRef]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  72. def findFormatFeature(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef], arg3: Feature): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  73. def findFormatOverrides(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef]): Value
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  74. final def findValueNullProvider(arg0: DeserializationContext, arg1: SettableBeanProperty, arg2: PropertyMetadata): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  75. def getAbsentValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer → NullValueProvider
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  76. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  77. def getDelegatee(): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  78. def getEmptyAccessPattern(): AccessPattern
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  79. def getEmptyValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  80. def getKnownPropertyNames(): Collection[AnyRef]
    Definition Classes
    JsonDeserializer
  81. def getNullAccessPattern(): AccessPattern
    Definition Classes
    StdScalarDeserializer → JsonDeserializer → NullValueProvider
  82. def getNullValue(arg0: DeserializationContext): Time
    Definition Classes
    JsonDeserializer → NullValueProvider
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  83. def getObjectIdReader(): ObjectIdReader
    Definition Classes
    JsonDeserializer
  84. def getValueInstantiator(): ValueInstantiator
    Definition Classes
    StdDeserializer → Gettable
  85. def getValueType(arg0: DeserializationContext): JavaType
    Definition Classes
    StdDeserializer
  86. def getValueType(): JavaType
    Definition Classes
    StdDeserializer
  87. def handleMissingEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  88. def handleUnknownProperty(arg0: JsonParser, arg1: DeserializationContext, arg2: AnyRef, arg3: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  89. def handledType(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer → JsonDeserializer
  90. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  91. def isCachable(): Boolean
    Definition Classes
    JsonDeserializer
  92. def isDefaultDeserializer(arg0: JsonDeserializer[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  93. def isDefaultKeyDeserializer(arg0: KeyDeserializer): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  94. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  95. def logicalType(): LogicalType
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  96. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  99. def replaceDelegatee(arg0: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  100. def supportsUpdate(arg0: DeserializationConfig): Boolean
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  101. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  102. def toString(): String
    Definition Classes
    AnyRef → Any
  103. def unwrappingDeserializer(arg0: NameTransformer): JsonDeserializer[Time]
    Definition Classes
    JsonDeserializer
  104. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  105. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  106. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def _coerceEmptyString(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  2. def _coerceNullToken(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  3. def _coerceTextualNull(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  4. def _deserializeFromEmpty(arg0: JsonParser, arg1: DeserializationContext): Time
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  5. def _failDoubleToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  6. def _isEmptyOrTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated
    Deprecated
  7. def _parseBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  8. final def _parseBooleanPrimitive(arg0: DeserializationContext, arg1: JsonParser, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  9. final def _verifyNullForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  10. def _verifyNumberForScalarCoercion(arg0: DeserializationContext, arg1: JsonParser): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated
    Deprecated
  11. def _verifyStringForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
    Deprecated
  12. def getEmptyValue(): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated
    Deprecated
  13. def getNullValue(): Time
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated
    Deprecated
  14. final def getValueClass(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated
    Deprecated

Inherited from ContextualDeserializer

Inherited from StdScalarDeserializer[Time]

Inherited from StdDeserializer[Time]

Inherited from Gettable

Inherited from Serializable

Inherited from JsonDeserializer[Time]

Inherited from NullValueProvider

Inherited from AnyRef

Inherited from Any

Ungrouped