| Package | Description |
|---|---|
| org.modelmapper |
ModelMapper is an intelligent object mapping library.
|
| org.modelmapper.builder |
Expression types for building Mappings and TypeMaps
|
| org.modelmapper.config |
Configuration types
|
| org.modelmapper.convention |
Conventions
|
| org.modelmapper.spi |
Service Provider Interface
|
| Class and Description |
|---|
| DestinationSetter
Represents an operation for setting a value into destination
|
| ErrorMessage
An error message.
|
| Mapping
Mapping to a destination property hierarchy.
|
| MappingContext
Maintains context during the mapping of a source object of type
S to a destination object
of type D. |
| PropertyInfo
Encapsulates information for a property.
|
| SourceGetter
Represents an operation for getting an property from source
|
| TypeSafeSourceGetter
Represents an operation for getting a property from source
|
| Class and Description |
|---|
| DestinationSetter
Represents an operation for setting a value into destination
|
| SourceGetter
Represents an operation for getting an property from source
|
| Class and Description |
|---|
| ConditionalConverter
Conditionally converts matching source objects to instances of destination type
D. |
| MatchingStrategy
Identifies source to destination property matches by comparing source and destination type, property
and property type names.
|
| 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.
|
| ValueReader
Reads values from a source.
|
| ValueWriter
Writes values to a destination.
|
| Class and Description |
|---|
| MatchingStrategy
Identifies source to destination property matches by comparing source and destination type, property
and property type names.
|
| 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.
|
| Class and Description |
|---|
| ConditionalConverter
Conditionally converts matching source objects to instances of destination type
D. |
| ConditionalConverter.MatchResult |
| Mapping
Mapping to a destination property hierarchy.
|
| MappingContext
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.
|
| NameableType
Nameable types.
|
| PropertyInfo
Encapsulates information for a property.
|
| PropertyNameInfo
Encapsulates property name information to be use for determining whether a hierarchy of source
and destination properties match.
|
| PropertyType
Property type.
|
| Tokens
Represents tokens of a property
|
| TypeSafeSourceGetter
Represents an operation for getting a property from source
|
| ValueReader.Member
A member of a given source
|
| ValueWriter.Member
A member of a given destination
|
Copyright © 2011–2025. All rights reserved.