com.fasterxml.jackson.module.scala.introspect
Clears all the state associated with reference types
Clears all the state associated with reference types
2.13.1
clearRegisteredReferencedTypes(Class[_])
clears the state associated with reference types for the given class
clears the state associated with reference types for the given class
the class for which to remove the registered reference types
2.13.1
clearRegisteredReferencedTypes()
jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).
jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).
This function is experimental and may be removed or significantly reworked in a later release.
These issues can be worked around by adding Jackson annotations on the affected fields. This function is designed to be used when it is not possible to apply Jackson annotations.
the (case) class
the field name in the (case) class
the referenced type of the field - for Option[Long]
- the referenced type is Long
2.13.1
jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).
jackson-module-scala does not always properly handle deserialization of Options or Collections wrapping Scala primitives (eg Int, Long, Boolean).
This function is experimental and may be removed or significantly reworked in a later release.
These issues can be worked around by adding Jackson annotations on the affected fields. This function is designed to be used when it is not possible to apply Jackson annotations.
the (case) class
the field name in the (case) class
the referenced type of the field - for Option[Long]
- the referenced type is Long
2.13.1
clearRegisteredReferencedTypes(Class[_])
clearRegisteredReferencedTypes()
Resize the descriptorCache
.
Resize the descriptorCache
. The default size is 100.
Note that this clears the existing cache entries. It is best to set this up before you start using the Jackson Scala Module for serializing/deserializing.
new size for the cache
2.14.3
Replaces the LookupCacheFactory.
Replaces the LookupCacheFactory. The default factory uses com.fasterxml.jackson.databind.util.LRUMap.
Note that this clears the existing cache entries. It is best to set this up before you start using the Jackson Scala Module for serializing/deserializing.
new factory
2.14.3
Resize the scalaTypeCache
.
Resize the scalaTypeCache
. The default size is 1000.
Note that this clears the existing cache entries. It is best to set this up before you start using the Jackson Scala Module for serializing/deserializing.
new size for the cache
2.14.3
Gets whether we check for Scala3 classes (default is true).
Gets whether we check for Scala3 classes (default is true).
whether we check for Scala3 classes
2.14.0
Sets whether we check for Scala3 classes (default is true).
Sets whether we check for Scala3 classes (default is true). Setting this to false can improve performance.
whether we check for Scala3 classes
2.14.0
Replace the descriptorCache
Replace the descriptorCache
new cache instance
the existing cache instance
(Since version 2.14.3) key type will change to String in v2.15.0 and this function will be removed in a later release
Override the default scalaTypeCache
.
Override the default scalaTypeCache
.
new cache instance
existing cache instance
(Since version 2.14.3) key type will change to String in v2.15.0 and this function will be removed in a later release
2.14.0