Uses of Class
org.dozer.MappingException

Packages that use MappingException
org.dozer   
org.dozer.converters   
org.dozer.propertydescriptor   
org.dozer.util   
 

Uses of MappingException in org.dozer
 

Methods in org.dozer that throw MappingException
<T> T
Mapper.map(Object source, Class<T> destinationClass)
          Constructs new instance of destinationClass and performs mapping between from source
<T> T
DozerBeanMapper.map(Object source, Class<T> destinationClass)
          Constructs new instance of destinationClass and performs mapping between from source
<T> T
Mapper.map(Object source, Class<T> destinationClass, String mapId)
          Constructs new instance of destinationClass and performs mapping between from source
<T> T
DozerBeanMapper.map(Object source, Class<T> destinationClass, String mapId)
          Constructs new instance of destinationClass and performs mapping between from source
 void Mapper.map(Object source, Object destination)
          Performs mapping between source and destination objects
 void DozerBeanMapper.map(Object source, Object destination)
          Performs mapping between source and destination objects
 void Mapper.map(Object source, Object destination, String mapId)
          Performs mapping between source and destination objects
 void DozerBeanMapper.map(Object source, Object destination, String mapId)
          Performs mapping between source and destination objects
 

Uses of MappingException in org.dozer.converters
 

Subclasses of MappingException in org.dozer.converters
 class ConversionException
          Only intended for internal use.
 

Uses of MappingException in org.dozer.propertydescriptor
 

Methods in org.dozer.propertydescriptor that throw MappingException
 Class<?> SelfPropertyDescriptor.getPropertyType()
           
 Object SelfPropertyDescriptor.getPropertyValue(Object bean)
           
 void SelfPropertyDescriptor.setPropertyValue(Object bean, Object value, FieldMap fieldMap)
           
 

Uses of MappingException in org.dozer.util
 

Methods in org.dozer.util that throw MappingException
static void MappingUtils.throwMappingException(String msg)
           
static void MappingUtils.throwMappingException(String msg, Throwable cause)
           
static void MappingUtils.throwMappingException(Throwable e)
           
 



Copyright © 2005-2011 dozer. All Rights Reserved.