Uses of Class
com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver

Packages that use SimpleAbstractTypeResolver
com.fasterxml.jackson.databind.module Package that contains classes and interfaces to help implement custom extension Modules (which are registered using ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)
 

Uses of SimpleAbstractTypeResolver in com.fasterxml.jackson.databind.module
 

Fields in com.fasterxml.jackson.databind.module declared as SimpleAbstractTypeResolver
protected  SimpleAbstractTypeResolver SimpleModule._abstractTypes
          Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)
 

Methods in com.fasterxml.jackson.databind.module that return SimpleAbstractTypeResolver
<T> SimpleAbstractTypeResolver
SimpleAbstractTypeResolver.addMapping(Class<T> superType, Class<? extends T> subType)
          Method for adding a mapping from super type to specific subtype.
 

Methods in com.fasterxml.jackson.databind.module with parameters of type SimpleAbstractTypeResolver
 void SimpleModule.setAbstractTypes(SimpleAbstractTypeResolver atr)
          Resets currently configured abstract type mappings
 



Copyright © 2012 fasterxml.com. All Rights Reserved.