All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractCondition<S,D> |
Condition support class.
|
AbstractConverter<S,D> |
Converter support class.
|
AbstractProvider<T> |
Provider support class.
|
Condition<S,D> |
Condition that must apply in order for mapping to occur.
|
ConditionalConverter<S,D> |
Conditionally converts matching source objects to instances of destination type D .
|
ConditionalConverter.MatchResult |
|
ConditionExpression<S,D> |
Expresses a Condition.
|
Conditions |
|
ConfigurableConditionExpression<S,D> |
Represents mapping operations.
|
ConfigurableConverterExpression<S,D> |
|
ConfigurableProviderExpression<S,D> |
|
Configuration |
Configures conventions used during the matching process.
|
Configuration.AccessLevel |
The level at and below which properties can be accessed.
|
ConfigurationException |
Thrown when invalid configuration is detected.
|
ConstantMapping |
A mapping of a source constant to a destination property hierarchy.
|
Converter<S,D> |
Converts instances of source type S to instances of destination type D .
|
ConverterExpression<S,D> |
Expresses a Converter.
|
Converters |
Provides helper methods to create converters.
|
Converters.ChainableConverter<S,D1> |
Provides interface to chain another converter or convert to different destination type.
|
Converters.Collection |
Provides helper methods to create converters for collection.
|
Converters.Converter<S,D> |
Converts source to destination.
|
DestinationSetter<D,V> |
Represents an operation for setting a value into destination
|
ErrorMessage |
An error message.
|
ExpressionMap<S,D> |
|
MapExpression<D> |
Expresses mapping.
|
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.
|
MappingException |
Indicates that an error has occurred during a mapping operation.
|
MatchingStrategies |
|
MatchingStrategy |
Identifies source to destination property matches by comparing source and destination type, property
and property type names.
|
ModelMapper |
|
Module |
Simple interface for extensions that can be registered with ModelMapper
to provide some extensions.
|
NameableType |
Nameable types.
|
NameTokenizer |
Tokenizes property and class names prior to matching.
|
NameTokenizers |
|
NameTransformer |
Transforms eligible property and class names prior to matching.
|
NameTransformers |
|
NamingConvention |
Determines which properties are eligible for matching based on their name.
|
NamingConventions |
|
PropertyInfo |
Encapsulates information for a property.
|
PropertyMap<S,D> |
A PropertyMap defines mappings between properties for a particular source and destination type.
|
PropertyMapping |
A mapping of a source property hierarchy to a destination property hierarchy.
|
PropertyNameInfo |
Encapsulates property name information to be use for determining whether a hierarchy of source
and destination properties match.
|
PropertyType |
Property type.
|
Provider<T> |
Provides instances of type T .
|
Provider.ProvisionRequest<T> |
Contains provision request information.
|
ProviderExpression<S,D> |
Expresses a Provider.
|
ReferenceMapExpression<S,D> |
Represents mapping actions, to set a destination property from a source property,
or to skip a destination property.
|
SkipExpression<D> |
Expresses a mapping that is skipped.
|
SourceGetter<S> |
Represents an operation for getting an property from source
|
SourceMapping |
A mapping of a source object to a destination property hierarchy.
|
StrongTypeConditionalConverter<S,D> |
|
Tokens |
Represents tokens of a property
|
TypeMap<S,D> |
Encapsulates mapping configuration for a source and destination type pair.
|
TypeSafeSourceGetter<S,P> |
Represents an operation for getting an property from source
|
TypeToken<T> |
Represents a generic type T .
|
ValidationException |
Indicates that an error has occurred during a validate operation.
|
ValueReader<T> |
Reads values from a source.
|
ValueReader.Member<T> |
A member of a given source
|
ValueWriter<T> |
Writes values to a destination.
|
ValueWriter.Member<T> |
A member of a given destination
|