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 TypeMethodDescriptionvoidModule.SetupContext.addTypeModifier(TypeModifier modifier) Method that module can use to register additionalTypeModifierinstance, which can augmentJavaTypeinstances 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._modifiersRegisteredTypeModifiers: objects that can change details ofJavaTypeinstances 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 specifiedTypeModifieradded as the first modifier to call (in case there are multiple registered).Constructors in com.fasterxml.jackson.databind.type with parameters of type TypeModifierModifierConstructorDescriptionprotectedTypeFactory(LookupCache<Object, JavaType> typeCache, TypeParser p, TypeModifier[] mods, ClassLoader classLoader)