BitSetDeserializerModule

com.fasterxml.jackson.module.scala.BitSetDeserializerModule$

Adds support for deserializing Scala scala.collection.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
class Module
trait Versioned
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def getModuleName: String

Attributes

Definition Classes

Inherited methods

def getDependencies(): Iterable[_ <: Module]

Attributes

Inherited from:
Module
def getTypeId(): <FromJavaObject>

Attributes

Inherited from:
Module

Attributes

Inherited from:
JacksonModule
override def version(): Version

Attributes

Definition Classes
Inherited from:
JacksonModule