Uses of Package
org.modelmapper
-
Packages that use org.modelmapper Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.builder Expression types for building Mappings and TypeMapsorg.modelmapper.config Configuration typesorg.modelmapper.spi Service Provider Interface -
Classes in org.modelmapper used by org.modelmapper Class Description Condition Condition that must apply in order for mapping to occur.Converter Converts instances of source typeS
to instances of destination typeD
.Converters.ChainableConverter Provides interface to chain another converter or convert to different destination type.Converters.Converter Converts source to destination.ExpressionMap Represents an operation that acceptsmapping
and use functions defined inConfigurableConditionExpression
to configure aTypeMap
ModelMapper ModelMapper - Performs object mapping, maintainsConfiguration
and storesTypeMaps
.Module Simple interface for extensions that can be registered withModelMapper
to provide some extensions.PropertyMap A PropertyMap defines mappings between properties for a particular source and destination type.Provider Provides instances of typeT
.Provider.ProvisionRequest Contains provision request information.TypeMap Encapsulates mapping configuration for a source and destination type pair.TypeToken Represents a generic typeT
. -
Classes in org.modelmapper used by org.modelmapper.builder Class Description Condition Condition that must apply in order for mapping to occur.Converter Converts instances of source typeS
to instances of destination typeD
.Provider Provides instances of typeT
. -
Classes in org.modelmapper used by org.modelmapper.config Class Description Condition Condition that must apply in order for mapping to occur.Provider Provides instances of typeT
. -
Classes in org.modelmapper used by org.modelmapper.spi Class Description Condition Condition that must apply in order for mapping to occur.Converter Converts instances of source typeS
to instances of destination typeD
.Provider Provides instances of typeT
.TypeMap Encapsulates mapping configuration for a source and destination type pair.