Uses of Class
org.codehaus.jackson.map.module.SimpleValueInstantiators
-
Packages that use SimpleValueInstantiators Package Description org.codehaus.jackson.map.module Package that contains classes and interfaces to help implement custom extensionModule
s (which are registered usingObjectMapper.registerModule(org.codehaus.jackson.map.Module)
. -
-
Uses of SimpleValueInstantiators in org.codehaus.jackson.map.module
Fields in org.codehaus.jackson.map.module declared as SimpleValueInstantiators Modifier and Type Field Description protected SimpleValueInstantiators
SimpleModule. _valueInstantiators
Lazily-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 SimpleValueInstantiators Modifier and Type Method Description SimpleValueInstantiators
SimpleValueInstantiators. addValueInstantiator(java.lang.Class<?> forType, ValueInstantiator inst)
Methods in org.codehaus.jackson.map.module with parameters of type SimpleValueInstantiators Modifier and Type Method Description void
SimpleModule. setValueInstantiators(SimpleValueInstantiators svi)
Resets all currently configured value instantiators
-