| Interface | Description |
|---|---|
| Action |
No argument action.
|
| BindingSide |
Source or destination member (for example property) referenced by binding.
|
| DeclarativeMap<S,D> |
Defines mapping between source and destination class.
|
| DeclarativeMapSetup<S,D> |
Interface for lambda expression used to define
DeclarativeMap. |
| MapConvention |
Mapping convention.
|
| Mapper |
Object to object mapper.
|
| MappingExecutor<S,D> |
Mapping executor (converter or map) common methods.
|
| MappingInfo |
Returns information of configured mappings.
|
| Class | Description |
|---|---|
| Binding |
Binding from source member to destination member defined using reflection.
|
| BindingOption<S,D,T> | |
| BindingWithValueConversion |
Binding with additional source value conversion using
Converter before it is assigned to
destination member. |
| BindingWithValueMap |
Binding with additional source value mapping (before it is set to destination).
|
| Converter<S,D> |
Converter used to convert source to usually immutable new destination object.
|
| FieldBindingSide |
Binding to field.
|
| MapperBuilder |
Builds mapper implementation.
|
| PropertyBindingSide |
Binding to property.
|
| Exception | Description |
|---|---|
| MapperConfigurationException |
Indicates error in mappings configuration.
|
| MappingException |
Indicates error during mapping.
|
Copyright © 2014. All rights reserved.