Uses of Class
com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
-
Packages that use ValueInstantiators.Base Package Description com.fasterxml.jackson.databind.module Package that contains classes and interfaces to help implement custom extensionModule
s (which are registered usingObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)
. -
-
Uses of ValueInstantiators.Base in com.fasterxml.jackson.databind.module
Subclasses of ValueInstantiators.Base in com.fasterxml.jackson.databind.module Modifier and Type Class Description class
SimpleValueInstantiators
-