Package net.sf.javaprinciples.data.transformer

Interface Summary
Diff<T>  
Mapper<T,U>  
MapperFactory<T,U>  
Match<T>  
ModelElementSourceDestinationMapper  
ObjectFactory<T>  
ObjectTypeMapper  
Transformer<T,V> A Transformer is responsible for transforming an object into a different object.
TransformerFactory<T,V>  
Validation<T> Validate the provided input and produce a result which states whether the input is valid.
 

Class Summary
DiffResult A holder of differences.
ValidationResult A holder of validation results.
 

Enum Summary
DiffResult.Difference  
TransformerFactory.DIRECTION_TYPE  
 

Exception Summary
AttributeNotFoundException An Exception thrown by ModelElementMappers to indicate an attribute was not found.
 



Copyright © 2013. All Rights Reserved.