Uses of Class
com.fasterxml.jackson.databind.type.TypeModifier
-
Packages that use TypeModifier Package Description com.fasterxml.jackson.databind 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.com.fasterxml.jackson.databind.type -
-
Uses of TypeModifier in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind with parameters of type TypeModifier Modifier and Type Method Description voidModule.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 TypeModifier Modifier and Type Field Description protected TypeModifier[]TypeFactory. _modifiersRegisteredTypeModifiers: objects that can change details ofJavaTypeinstances factory constructs.Methods in com.fasterxml.jackson.databind.type with parameters of type TypeModifier Modifier and Type Method Description TypeFactoryTypeFactory. 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 TypeModifier Constructor Description TypeFactory(LRUMap<Object,JavaType> typeCache, TypeParser p, TypeModifier[] mods, ClassLoader classLoader)
-