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.spi |
Service Provider Interface
|
Class and Description |
---|
Condition
Condition that must apply in order for mapping to occur.
|
Converter
Converts instances of source type
S to instances of destination type D . |
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 accepts
mapping and use functions
defined in ConfigurableConditionExpression to configure a TypeMap |
ModelMapper
ModelMapper - Performs object mapping, maintains
Configuration and stores TypeMaps . |
Module
Simple interface for extensions that can be registered with
ModelMapper
to provide some extensions. |
PropertyMap
A PropertyMap defines mappings between properties for a particular source and destination type.
|
Provider
Provides instances of type
T . |
Provider.ProvisionRequest
Contains provision request information.
|
TypeMap
Encapsulates mapping configuration for a source and destination type pair.
|
TypeToken
Represents a generic type
T . |
Class and Description |
---|
Condition
Condition that must apply in order for mapping to occur.
|
Converter
Converts instances of source type
S to instances of destination type D . |
Provider
Provides instances of type
T . |
Class and Description |
---|
Condition
Condition that must apply in order for mapping to occur.
|
Provider
Provides instances of type
T . |
Class and Description |
---|
Condition
Condition that must apply in order for mapping to occur.
|
Converter
Converts instances of source type
S to instances of destination type D . |
Provider
Provides instances of type
T . |
TypeMap
Encapsulates mapping configuration for a source and destination type pair.
|
Copyright © 2011–2024. All rights reserved.