Uses of Class
tools.jackson.databind.module.SimpleAbstractTypeResolver
Packages that use SimpleAbstractTypeResolver
Package
Description
Package that contains classes and interfaces to help implement
custom extension
JacksonModules
(which are registered on ObjectMapper via builders}.-
Uses of SimpleAbstractTypeResolver in tools.jackson.databind.module
Fields in tools.jackson.databind.module declared as SimpleAbstractTypeResolverModifier and TypeFieldDescriptionprotected SimpleAbstractTypeResolverSimpleModule._abstractTypesLazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)Methods in tools.jackson.databind.module that return SimpleAbstractTypeResolverModifier and TypeMethodDescriptionSimpleAbstractTypeResolver.addMapping(Class<T> superType, Class<? extends T> subType) Method for adding a mapping from super type to specific subtype.Methods in tools.jackson.databind.module with parameters of type SimpleAbstractTypeResolverModifier and TypeMethodDescriptionSimpleModule.setAbstractTypes(SimpleAbstractTypeResolver atr) Resets currently configured abstract type mappings