Uses of Interface
org.dozer.Mapper

Packages that use Mapper
org.dozer   
org.dozer.spring   
 

Uses of Mapper in org.dozer
 

Classes in org.dozer that implement Mapper
 class DozerBeanMapper
          Public Dozer Mapper implementation.
 class MappingProcessor
          Internal Mapping Engine.
 

Methods in org.dozer that return Mapper
static Mapper DozerBeanMapperSingletonWrapper.getInstance()
           
protected  Mapper DozerBeanMapper.getMappingProcessor()
           
 

Methods in org.dozer with parameters of type Mapper
 void MapperAware.setMapper(Mapper mapper)
           
 

Uses of Mapper in org.dozer.spring
 

Methods in org.dozer.spring that return types with arguments of type Mapper
 Class<Mapper> DozerBeanMapperFactoryBean.getObjectType()
           
 



Copyright © 2005-2011 dozer. All Rights Reserved.