Uses of Class
tools.jackson.databind.module.SimpleValueInstantiators
Packages that use SimpleValueInstantiators
Package
Description
Package that contains classes and interfaces to help implement
custom extension
JacksonModules
(which are registered on ObjectMapper via builders}.-
Uses of SimpleValueInstantiators in tools.jackson.databind.module
Fields in tools.jackson.databind.module declared as SimpleValueInstantiatorsModifier and TypeFieldDescriptionprotected SimpleValueInstantiatorsSimpleModule._valueInstantiatorsLazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)Methods in tools.jackson.databind.module that return SimpleValueInstantiatorsModifier and TypeMethodDescriptionSimpleValueInstantiators.addValueInstantiator(Class<?> forType, ValueInstantiator inst) Methods in tools.jackson.databind.module with parameters of type SimpleValueInstantiatorsModifier and TypeMethodDescriptionSimpleModule.setValueInstantiators(SimpleValueInstantiators svi) Resets all currently configured value instantiators