Uses of Class
com.github.dozermapper.core.MappingException
-
Packages that use MappingException Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.cache Caching for dozer objectscom.github.dozermapper.core.converters Convertor extensions based onConvertercom.github.dozermapper.core.metadata Metadata to query the mapping definitioncom.github.dozermapper.core.propertydescriptor DozerPropertyDescriptorstrategies used to map objectscom.github.dozermapper.core.util Utility methods used by the mapper -
-
Uses of MappingException in com.github.dozermapper.core
Methods in com.github.dozermapper.core that throw MappingException Modifier and Type Method Description <T> TDozerBeanMapper. map(Object source, Class<T> destinationClass)Constructs new instance of destinationClass and performs mapping between from source<T> TDozerBeanMapper. map(Object source, Class<T> destinationClass, String mapId)Constructs new instance of destinationClass and performs mapping between from sourcevoidDozerBeanMapper. map(Object source, Object destination)Performs mapping between source and destination objectsvoidDozerBeanMapper. map(Object source, Object destination, String mapId)Performs mapping between source and destination objects<T> TMapper. map(Object source, Class<T> destinationClass)Constructs new instance of destinationClass and performs mapping between from source<T> TMapper. map(Object source, Class<T> destinationClass, String mapId)Constructs new instance of destinationClass and performs mapping between from sourcevoidMapper. map(Object source, Object destination)Performs mapping between source and destination objectsvoidMapper. map(Object source, Object destination, String mapId)Performs mapping between source and destination objects -
Uses of MappingException in com.github.dozermapper.core.cache
Methods in com.github.dozermapper.core.cache that throw MappingException Modifier and Type Method Description CacheCacheManager. getCache(String cacheName)Get cache object by name.CacheDefaultCacheManager. getCache(String name)Get cache object by name.CacheCacheManager. putCache(String cacheName, int maximumSize)Puts cache object into store -
Uses of MappingException in com.github.dozermapper.core.converters
Subclasses of MappingException in com.github.dozermapper.core.converters Modifier and Type Class Description classConversionExceptionOnly intended for internal use. -
Uses of MappingException in com.github.dozermapper.core.metadata
Subclasses of MappingException in com.github.dozermapper.core.metadata Modifier and Type Class Description classMetadataLookupExceptionUsed whenever a lookup in the meta model fails, e.g. -
Uses of MappingException in com.github.dozermapper.core.propertydescriptor
Methods in com.github.dozermapper.core.propertydescriptor that throw MappingException Modifier and Type Method Description Class<?>SelfPropertyDescriptor. getPropertyType()ObjectSelfPropertyDescriptor. getPropertyValue(Object bean)voidSelfPropertyDescriptor. setPropertyValue(Object bean, Object value, FieldMap fieldMap) -
Uses of MappingException in com.github.dozermapper.core.util
Methods in com.github.dozermapper.core.util that throw MappingException Modifier and Type Method Description static voidMappingUtils. throwMappingException(String msg)static voidMappingUtils. throwMappingException(String msg, Throwable cause)static voidMappingUtils. throwMappingException(Throwable e)
-