Uses of Class
com.remondis.remap.MappingException
-
-
Uses of MappingException in com.remondis.remap
Methods in com.remondis.remap that throw MappingException Modifier and Type Method Description protected voidPropertyPathCollectionTransformation. performTransformation(PropertyDescriptor sourceProperty, Object source, PropertyDescriptor destinationProperty, Object destination)protected voidPropertyPathTransformation. performTransformation(PropertyDescriptor sourceProperty, Object source, PropertyDescriptor destinationProperty, Object destination)protected voidReassignTransformation. performTransformation(PropertyDescriptor sourceProperty, Object source, PropertyDescriptor destinationProperty, Object destination)protected MappedResultPropertyPathCollectionTransformation. performValueTransformation(Object source, Object destination)protected MappedResultPropertyPathTransformation. performValueTransformation(Object source, Object destination)protected MappedResultReassignTransformation. performValueTransformation(Object source, Object destination)protected voidPropertyPathCollectionTransformation. validateTransformation()protected voidPropertyPathTransformation. validateTransformation()protected voidReassignTransformation. validateTransformation()
-