Uses of Class
com.fasterxml.jackson.databind.type.TypeModifier
Packages that use TypeModifier
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode
), as well as
writing Java Objects and trees as JSON.-
Uses of TypeModifier in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind with parameters of type TypeModifierModifier and TypeMethodDescriptionvoid
Module.SetupContext.addTypeModifier
(TypeModifier modifier) Method that module can use to register additionalTypeModifier
instance, which can augmentJavaType
instances constructed byTypeFactory
. -
Uses of TypeModifier in com.fasterxml.jackson.databind.type
Fields in com.fasterxml.jackson.databind.type declared as TypeModifierModifier and TypeFieldDescriptionprotected final TypeModifier[]
TypeFactory._modifiers
RegisteredTypeModifier
s: objects that can change details ofJavaType
instances factory constructs.Methods in com.fasterxml.jackson.databind.type with parameters of type TypeModifierModifier and TypeMethodDescriptionTypeFactory.withModifier
(TypeModifier mod) "Mutant factory" method which will construct a new instance with specifiedTypeModifier
added as the first modifier to call (in case there are multiple registered).Constructors in com.fasterxml.jackson.databind.type with parameters of type TypeModifierModifierConstructorDescriptionprotected
TypeFactory
(LookupCache<Object, JavaType> typeCache, TypeParser p, TypeModifier[] mods, ClassLoader classLoader)