object ImmutableBitSetDeserializer extends StdDeserializer[BitSet]
Adds support for deserializing Scala scala.collection.immutable.BitSets. Scala Bitsets can already be serialized using IteratorModule or DefaultScalaModule.
Do not enable this module unless you are sure that no input is accepted from untrusted sources.
Scala BitSets use memory based on the highest int value stored. So a BitSet with just one big int will use a lot more memory than a Scala BitSet with many small ints stored in it.
- Since
2.14.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ImmutableBitSetDeserializer
- StdDeserializer
- Gettable
- Serializable
- JsonDeserializer
- NullValueProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def _byteOverflow(arg0: Int): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _checkBooleanToStringCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- 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])
- def _checkDoubleSpecialValue(arg0: String): Double
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _checkFloatSpecialValue(arg0: String): Float
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _checkFloatToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkFloatToStringCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String, arg2: LogicalType, arg3: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkFromStringCoercion(arg0: DeserializationContext, arg1: String): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkIntToFloatCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkIntToStringCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _checkTextualNull(arg0: DeserializationContext, arg1: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def _checkToStringCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef], arg3: AnyRef, arg4: CoercionInputShape): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _coerceBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _coerceIntegral(arg0: JsonParser, arg1: DeserializationContext): AnyRef
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _coercedTypeDesc(): String
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _deserializeFromArray(arg0: JsonParser, arg1: DeserializationContext): BitSet
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- 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])
- def _deserializeFromString(arg0: JsonParser, arg1: DeserializationContext): BitSet
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _deserializeWrappedValue(arg0: JsonParser, arg1: DeserializationContext): BitSet
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _findCoercionFromBlankString(arg0: DeserializationContext): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _findCoercionFromEmptyArray(arg0: DeserializationContext): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _findCoercionFromEmptyString(arg0: DeserializationContext): CoercionAction
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- 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])
- def _hasTextualNull(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _intOverflow(arg0: Long): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _isFalse(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _isIntNumber(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _isNaN(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _isNegInf(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _isPosInf(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _isTrue(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _nonNullNumber(arg0: Number): Number
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def _parseBoolean(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseBooleanPrimitive(arg0: JsonParser, arg1: DeserializationContext): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseBytePrimitive(arg0: JsonParser, arg1: DeserializationContext): Byte
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _parseDate(arg0: String, arg1: DeserializationContext): Date
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _parseDate(arg0: JsonParser, arg1: DeserializationContext): Date
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def _parseDateFromArray(arg0: JsonParser, arg1: DeserializationContext): Date
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Double
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseDoublePrimitive(arg0: DeserializationContext, arg1: String): Double
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext): Double
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Float
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseFloatPrimitive(arg0: DeserializationContext, arg1: String): Float
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext): Float
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseIntPrimitive(arg0: DeserializationContext, arg1: String): Int
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseIntPrimitive(arg0: JsonParser, arg1: DeserializationContext): Int
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseInteger(arg0: DeserializationContext, arg1: String): Integer
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseInteger(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Integer
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseLong(arg0: DeserializationContext, arg1: String): Long
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseLong(arg0: JsonParser, arg1: DeserializationContext, arg2: Class[_ <: AnyRef]): Long
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseLongPrimitive(arg0: DeserializationContext, arg1: String): Long
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseLongPrimitive(arg0: JsonParser, arg1: DeserializationContext): Long
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseShortPrimitive(arg0: JsonParser, arg1: DeserializationContext): Short
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _parseString(arg0: JsonParser, arg1: DeserializationContext, arg2: NullValueProvider): String
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- 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])
- final def _shortOverflow(arg0: Int): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def _verifyEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- final def _verifyNullForPrimitive(arg0: DeserializationContext): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- final def _verifyNullForPrimitiveCoercion(arg0: DeserializationContext, arg1: String): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deserialize(p: JsonParser, ctxt: DeserializationContext): BitSet
- Definition Classes
- ImmutableBitSetDeserializer → JsonDeserializer
- def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: BitSet): BitSet
- Definition Classes
- JsonDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.JacksonException])
- def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer): AnyRef
- Definition Classes
- StdDeserializer → JsonDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer, arg3: BitSet): AnyRef
- Definition Classes
- JsonDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[com.fasterxml.jackson.core.JacksonException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findBackReference(arg0: String): SettableBeanProperty
- Definition Classes
- JsonDeserializer
- def findContentNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): NullValueProvider
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def findContentNullStyle(arg0: DeserializationContext, arg1: BeanProperty): Nulls
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- 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])
- def findDeserializer(arg0: DeserializationContext, arg1: JavaType, arg2: BeanProperty): JsonDeserializer[AnyRef]
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def findFormatFeature(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef], arg3: Feature): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def findFormatOverrides(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef]): Value
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def findValueNullProvider(arg0: DeserializationContext, arg1: SettableBeanProperty, arg2: PropertyMetadata): NullValueProvider
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def getAbsentValue(arg0: DeserializationContext): AnyRef
- Definition Classes
- JsonDeserializer → NullValueProvider
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDelegatee(): JsonDeserializer[_ <: AnyRef]
- Definition Classes
- JsonDeserializer
- def getEmptyAccessPattern(): AccessPattern
- Definition Classes
- JsonDeserializer
- def getEmptyValue(arg0: DeserializationContext): AnyRef
- Definition Classes
- JsonDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def getKnownPropertyNames(): Collection[AnyRef]
- Definition Classes
- JsonDeserializer
- def getNullAccessPattern(): AccessPattern
- Definition Classes
- JsonDeserializer → NullValueProvider
- def getNullValue(arg0: DeserializationContext): BitSet
- Definition Classes
- JsonDeserializer → NullValueProvider
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
- def getObjectIdReader(): ObjectIdReader
- Definition Classes
- JsonDeserializer
- def getValueInstantiator(): ValueInstantiator
- Definition Classes
- StdDeserializer → Gettable
- def getValueType(arg0: DeserializationContext): JavaType
- Definition Classes
- StdDeserializer
- def getValueType(): JavaType
- Definition Classes
- StdDeserializer
- def handleMissingEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def handleNestedArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): AnyRef
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def handleUnknownProperty(arg0: JsonParser, arg1: DeserializationContext, arg2: AnyRef, arg3: String): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException])
- def handledType(): Class[_ <: AnyRef]
- Definition Classes
- StdDeserializer → JsonDeserializer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isCachable(): Boolean
- Definition Classes
- JsonDeserializer
- def isDefaultDeserializer(arg0: JsonDeserializer[_ <: AnyRef]): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- def isDefaultKeyDeserializer(arg0: KeyDeserializer): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logicalType(): LogicalType
- Definition Classes
- JsonDeserializer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def replaceDelegatee(arg0: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
- Definition Classes
- JsonDeserializer
- def supportsUpdate(arg0: DeserializationConfig): Boolean
- Definition Classes
- JsonDeserializer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unwrappingDeserializer(arg0: NameTransformer): JsonDeserializer[BitSet]
- Definition Classes
- JsonDeserializer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def _coerceEmptyString(arg0: DeserializationContext, arg1: Boolean): AnyRef
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
- Deprecated
- def _coerceNullToken(arg0: DeserializationContext, arg1: Boolean): AnyRef
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
- Deprecated
- def _coerceTextualNull(arg0: DeserializationContext, arg1: Boolean): AnyRef
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
- Deprecated
- def _deserializeFromEmpty(arg0: JsonParser, arg1: DeserializationContext): BitSet
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- def _failDoubleToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- def _isEmptyOrTextualNull(arg0: String): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @Deprecated
- Deprecated
- def _parseBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext): Boolean
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- 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
- final def _parseString(arg0: JsonParser, arg1: DeserializationContext): String
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- final def _verifyNullForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
- Deprecated
- def _verifyNumberForScalarCoercion(arg0: DeserializationContext, arg1: JsonParser): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- def _verifyStringForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
- Attributes
- protected[std]
- Definition Classes
- StdDeserializer
- Annotations
- @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException]) @Deprecated
- Deprecated
- def getEmptyValue(): AnyRef
- Definition Classes
- JsonDeserializer
- Annotations
- @Deprecated
- Deprecated
- def getNullValue(): BitSet
- Definition Classes
- JsonDeserializer
- Annotations
- @Deprecated
- Deprecated
- final def getValueClass(): Class[_ <: AnyRef]
- Definition Classes
- StdDeserializer
- Annotations
- @Deprecated
- Deprecated