MutableBitSetDeserializer

com.fasterxml.jackson.module.scala.deser.MutableBitSetDeserializer$

Adds support for deserializing Scala scala.collection.mutable.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.

Attributes

Since:

2.14.0

Graph
Supertypes
trait Gettable
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
JsonDeserializer
def getAbsentValue(x$0: DeserializationContext): <FromJavaObject>

Attributes

Inherited from:
JsonDeserializer
def getDelegatee(): JsonDeserializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonDeserializer
def getEmptyValue(x$0: DeserializationContext): <FromJavaObject>

Attributes

Inherited from:
JsonDeserializer
def getKnownPropertyNames(): Collection[<FromJavaObject>]

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
StdDeserializer
def handledType(): Class[_ <: <FromJavaObject>]

Attributes

Inherited from:
StdDeserializer

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
JsonDeserializer
def replaceDelegatee(x$0: JsonDeserializer[_ <: <FromJavaObject>]): JsonDeserializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonDeserializer

Attributes

Inherited from:
JsonDeserializer

Deprecated and Inherited methods

@Deprecated
def getEmptyValue(): <FromJavaObject>

Attributes

Deprecated
true
Inherited from:
JsonDeserializer
@Deprecated
def getNullValue(): T

Attributes

Deprecated
true
Inherited from:
JsonDeserializer
@Deprecated
final def getValueClass(): Class[_ <: <FromJavaObject>]

Attributes

Deprecated
true
Inherited from:
StdDeserializer