Uses of Class
com.fasterxml.jackson.databind.deser.ValueInstantiator.Base
-
Packages that use ValueInstantiator.Base Package Description 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.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...)
-