| Interface | Description |
|---|---|
| ConditionalConverter<S,D> |
Conditionally converts matching source objects to instances of destination type
D. |
| ConstantMapping |
A mapping of a source constant to a destination property hierarchy.
|
| DestinationSetter<D,V> |
Represents an operation for setting a value into destination
|
| Mapping |
Mapping to a destination property hierarchy.
|
| MappingContext<S,D> |
Maintains context during the mapping of a source object of type
S to a destination object
of type D. |
| MappingEngine |
Engine that performs mapping operations.
|
| MatchingStrategy |
Identifies source to destination property matches by comparing source and destination type, property
and property type names.
|
| MatchingStrategy.PropertyNameInfo |
Encapsulates property name information to be use for determining whether a hierarchy of source
and destination properties match.
|
| NameTokenizer |
Tokenizes property and class names prior to matching.
|
| NameTransformer |
Transforms eligible property and class names prior to matching.
|
| NamingConvention |
Determines which properties are eligible for matching based on their name.
|
| PropertyInfo |
Encapsulates information for a property.
|
| PropertyMapping |
A mapping of a source property hierarchy to a destination property hierarchy.
|
| SourceGetter<S> |
Represents an operation for getting an property from source
|
| SourceMapping |
A mapping of a source object to a destination property hierarchy.
|
| ValueReader<T> |
Reads values from a source.
|
| Class | Description |
|---|---|
| ErrorMessage |
An error message.
|
| ValueReader.Member<T> |
A member of a given source
|
| Enum | Description |
|---|---|
| ConditionalConverter.MatchResult | |
| NameableType |
Nameable types.
|
| PropertyType |
Property type.
|
Copyright © 2011–2018. All rights reserved.