Uses of Class
tools.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.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
Uses of TypeModifier in tools.jackson.databind
Methods in tools.jackson.databind with parameters of type TypeModifierModifier and TypeMethodDescriptionJacksonModule.SetupContext.addTypeModifier(TypeModifier modifier) Method that module can use to register additionalTypeModifierinstance, which can augmentJavaTypeinstances constructed byTypeFactory. -
Uses of TypeModifier in tools.jackson.databind.cfg
Methods in tools.jackson.databind.cfg with parameters of type TypeModifierModifier and TypeMethodDescriptionMapperBuilder.addTypeModifier(TypeModifier modifier) ModuleContextBase.addTypeModifier(TypeModifier modifier) -
Uses of TypeModifier in tools.jackson.databind.type
Fields in tools.jackson.databind.type declared as TypeModifierModifier and TypeFieldDescriptionprotected final TypeModifier[]TypeFactory._modifiersRegisteredTypeModifiers: objects that can change details ofJavaTypeinstances factory constructs.Methods in tools.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 tools.jackson.databind.type with parameters of type TypeModifierModifierConstructorDescriptionprotectedTypeFactory(LookupCache<Object, JavaType> typeCache, TypeModifier[] mods, ClassLoader classLoader)