Package org.modelmapper

ModelMapper is an intelligent object mapping library.

See: Description

Package org.modelmapper Description

ModelMapper is an intelligent object mapping library.

The principal public APIs in this package are:

ModelMapper
The class you instantiate to perform object mapping, load mapping definitions and register mappers.
PropertyMap
The class you extend to define mappings between source and destination properties.
TypeMap
The interface you use to perform configuration, introspection and mapping between two types.
Converter
The interface you implement to perform custom mapping between two types or property hierarchies.
Provider
The interface you implement to provide instances of destination types.
Condition
The interface you implement to conditionally create a mapping.

Copyright © 2011-2013. All Rights Reserved.