c

akka.serialization.jackson

AkkaSerializationDeserializer

final class AkkaSerializationDeserializer extends StdScalarDeserializer[AnyRef] with ActorSystemAccess

Source
AkkaSerializationModule.scala
Linear Supertypes
ActorSystemAccess, StdScalarDeserializer[AnyRef], StdDeserializer[AnyRef], Gettable, Serializable, JsonDeserializer[AnyRef], NullValueProvider, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaSerializationDeserializer
  2. ActorSystemAccess
  3. StdScalarDeserializer
  4. StdDeserializer
  5. Gettable
  6. Serializable
  7. JsonDeserializer
  8. NullValueProvider
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AkkaSerializationDeserializer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toany2stringadd[AkkaSerializationDeserializer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AkkaSerializationDeserializer, B)
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toArrowAssoc[AkkaSerializationDeserializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def _byteOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  7. 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])
  8. def _checkDoubleSpecialValue(arg0: String): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  9. def _checkFloatSpecialValue(arg0: String): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  10. def _checkFloatToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  11. def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String, arg2: LogicalType, arg3: Class[_ <: AnyRef]): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  12. def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  13. def _checkTextualNull(arg0: DeserializationContext, arg1: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  14. def _coerceBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  15. def _coerceIntegral(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  16. def _coercedTypeDesc(): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  17. def _deserializeFromArray(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  18. 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])
  19. def _deserializeFromString(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  20. def _deserializeWrappedValue(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  21. def _findCoercionFromBlankString(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  22. def _findCoercionFromEmptyArray(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  23. def _findCoercionFromEmptyString(arg0: DeserializationContext): CoercionAction
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  24. 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])
  25. def _hasTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  26. final def _intOverflow(arg0: Long): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  27. def _isFalse(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  28. final def _isIntNumber(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  29. final def _isNaN(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  30. final def _isNegInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  31. final def _isPosInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  32. def _isTrue(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  33. def _nonNullNumber(arg0: Number): Number
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  34. final def _parseBoolean(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  35. final def _parseBooleanPrimitive(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  36. final def _parseBytePrimitive(arg0: JsonParser, arg1: DeserializationContext): Byte
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  37. def _parseDate(arg0: String, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  38. def _parseDate(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  39. def _parseDateFromArray(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  40. final def _parseDoublePrimitive(arg0: DeserializationContext, arg1: String): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  41. final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  42. final def _parseFloatPrimitive(arg0: DeserializationContext, arg1: String): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  43. final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  44. final def _parseIntPrimitive(arg0: DeserializationContext, arg1: String): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  45. final def _parseIntPrimitive(arg0: JsonParser, arg1: DeserializationContext): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  46. final def _parseInteger(arg0: DeserializationContext, arg1: String): Integer
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  47. final def _parseInteger(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Integer
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  48. final def _parseLong(arg0: DeserializationContext, arg1: String): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  49. final def _parseLong(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  50. final def _parseLongPrimitive(arg0: DeserializationContext, arg1: String): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  51. final def _parseLongPrimitive(arg0: JsonParser, arg1: DeserializationContext): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  52. final def _parseShortPrimitive(arg0: JsonParser, arg1: DeserializationContext): Short
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  53. final def _parseString(arg0: JsonParser, arg1: DeserializationContext): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  54. 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])
  55. final def _shortOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  56. def _verifyEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  57. final def _verifyNullForPrimitive(arg0: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  58. final def _verifyNullForPrimitiveCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  59. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  60. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  61. def currentSystem(): ExtendedActorSystem
    Definition Classes
    ActorSystemAccess
  62. def deserialize(jp: JsonParser, ctxt: DeserializationContext): AnyRef
    Definition Classes
    AkkaSerializationDeserializer → JsonDeserializer
  63. def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: AnyRef): AnyRef
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  64. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer): AnyRef
    Definition Classes
    StdScalarDeserializer → StdDeserializer → JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  65. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer, arg3: AnyRef): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.JacksonException])
  66. def ensuring(cond: (AkkaSerializationDeserializer) => Boolean, msg: => Any): AkkaSerializationDeserializer
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toEnsuring[AkkaSerializationDeserializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: (AkkaSerializationDeserializer) => Boolean): AkkaSerializationDeserializer
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toEnsuring[AkkaSerializationDeserializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean, msg: => Any): AkkaSerializationDeserializer
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toEnsuring[AkkaSerializationDeserializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. def ensuring(cond: Boolean): AkkaSerializationDeserializer
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toEnsuring[AkkaSerializationDeserializer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  70. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  72. def findBackReference(arg0: String): SettableBeanProperty
    Definition Classes
    JsonDeserializer
  73. def findContentNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  74. def findContentNullStyle(arg0: DeserializationContext, arg1: BeanProperty): Nulls
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  75. 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])
  76. def findDeserializer(arg0: DeserializationContext, arg1: JavaType, arg2: BeanProperty): JsonDeserializer[AnyRef]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  77. def findFormatFeature(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef], arg3: Feature): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  78. def findFormatOverrides(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef]): Value
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  79. final def findValueNullProvider(arg0: DeserializationContext, arg1: SettableBeanProperty, arg2: PropertyMetadata): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  80. def getAbsentValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer → NullValueProvider
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  81. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  82. def getDelegatee(): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  83. def getEmptyAccessPattern(): AccessPattern
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  84. def getEmptyValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  85. def getKnownPropertyNames(): Collection[AnyRef]
    Definition Classes
    JsonDeserializer
  86. def getNullAccessPattern(): AccessPattern
    Definition Classes
    StdScalarDeserializer → JsonDeserializer → NullValueProvider
  87. def getNullValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer → NullValueProvider
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  88. def getObjectIdReader(): ObjectIdReader
    Definition Classes
    JsonDeserializer
  89. def getValueInstantiator(): ValueInstantiator
    Definition Classes
    StdDeserializer → Gettable
  90. def getValueType(arg0: DeserializationContext): JavaType
    Definition Classes
    StdDeserializer
  91. def getValueType(): JavaType
    Definition Classes
    StdDeserializer
  92. def handleMissingEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  93. def handleNestedArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  94. def handleUnknownProperty(arg0: JsonParser, arg1: DeserializationContext, arg2: AnyRef, arg3: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  95. def handledType(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer → JsonDeserializer
  96. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  97. def isCachable(): Boolean
    Definition Classes
    JsonDeserializer
  98. def isDefaultDeserializer(arg0: JsonDeserializer[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  99. def isDefaultKeyDeserializer(arg0: KeyDeserializer): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  100. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  101. def logicalType(): LogicalType
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  102. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  103. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  104. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  105. def replaceDelegatee(arg0: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  106. def serialization: Serialization
  107. def supportsUpdate(arg0: DeserializationConfig): Boolean
    Definition Classes
    StdScalarDeserializer → JsonDeserializer
  108. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  109. def toString(): String
    Definition Classes
    AnyRef → Any
  110. def unwrappingDeserializer(arg0: NameTransformer): JsonDeserializer[AnyRef]
    Definition Classes
    JsonDeserializer
  111. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  112. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  113. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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
    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
    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
    Deprecated
  4. def _deserializeFromEmpty(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated @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
    Deprecated
  6. def _isEmptyOrTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated @Deprecated
    Deprecated
  7. def _parseBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated @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
    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
    Deprecated
  10. def _verifyNumberForScalarCoercion(arg0: DeserializationContext, arg1: JsonParser): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated @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
    Deprecated
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated
  13. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toStringFormat[AkkaSerializationDeserializer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  14. def getEmptyValue(): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @Deprecated
    Deprecated
  15. def getNullValue(): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @Deprecated
    Deprecated
  16. final def getValueClass(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated @Deprecated
    Deprecated
  17. def [B](y: B): (AkkaSerializationDeserializer, B)
    Implicit
    This member is added by an implicit conversion from AkkaSerializationDeserializer toArrowAssoc[AkkaSerializationDeserializer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ActorSystemAccess

Inherited from StdScalarDeserializer[AnyRef]

Inherited from StdDeserializer[AnyRef]

Inherited from Gettable

Inherited from Serializable

Inherited from JsonDeserializer[AnyRef]

Inherited from NullValueProvider

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromAkkaSerializationDeserializer to any2stringadd[AkkaSerializationDeserializer]

Inherited by implicit conversion StringFormat fromAkkaSerializationDeserializer to StringFormat[AkkaSerializationDeserializer]

Inherited by implicit conversion Ensuring fromAkkaSerializationDeserializer to Ensuring[AkkaSerializationDeserializer]

Inherited by implicit conversion ArrowAssoc fromAkkaSerializationDeserializer to ArrowAssoc[AkkaSerializationDeserializer]

Ungrouped