Uses of Class
com.fasterxml.jackson.databind.deser.ValueInstantiator.Base
-
Packages that use ValueInstantiator.Base Package Description com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of ValueInstantiator.Base in com.fasterxml.jackson.databind.deser.impl
Subclasses of ValueInstantiator.Base in com.fasterxml.jackson.databind.deser.impl Modifier and Type Class Description private static class
JDKValueInstantiators.ArrayListInstantiator
private static class
JDKValueInstantiators.ConstantValueInstantiator
private static class
JDKValueInstantiators.HashMapInstantiator
private static class
JDKValueInstantiators.LinkedHashMapInstantiator
-
Uses of ValueInstantiator.Base in com.fasterxml.jackson.databind.deser.std
Subclasses of ValueInstantiator.Base in com.fasterxml.jackson.databind.deser.std Modifier and Type Class Description class
JsonLocationInstantiator
ForJsonLocation
, we should be able to just implementValueInstantiator
(not that explicit one would be very hard but...)
-