|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Mapper.map(Object source,
Class<T> destinationClass)
Constructs new instance of destinationClass and performs mapping between from source |
|
|
DozerBeanMapper.map(Object source,
Class<T> destinationClass)
Constructs new instance of destinationClass and performs mapping between from source |
|
|
Mapper.map(Object source,
Class<T> destinationClass,
String mapId)
Constructs new instance of destinationClass and performs mapping between from source |
|
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||