Uses of Class
org.codehaus.jackson.map.module.SimpleValueInstantiators
Packages that use SimpleValueInstantiators
Package
Description
Package that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(Module).-
Uses of SimpleValueInstantiators in org.codehaus.jackson.map.module
Fields in org.codehaus.jackson.map.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 org.codehaus.jackson.map.module that return SimpleValueInstantiatorsModifier and TypeMethodDescriptionSimpleValueInstantiators.addValueInstantiator(Class<?> forType, ValueInstantiator inst) Methods in org.codehaus.jackson.map.module with parameters of type SimpleValueInstantiatorsModifier and TypeMethodDescriptionvoidSimpleModule.setValueInstantiators(SimpleValueInstantiators svi) Resets all currently configured value instantiators