Registry / utility / modelmapper

modelmapper

JSON →
library3.2.6javamavenunverified

Simple, intelligent object mapping library that automatically maps objects to each other.

<dependency> <groupId>org.modelmapper</groupId> <artifactId>modelmapper</artifactId> <version>3.2.6</version> </dependency>
INSTALL
IMPORT
SIG · MODELMAPPER
M
modelmapper
utilityjavav3.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ModelMapper
org.modelmapper.ModelMapper

Map a source object to a destination object.

import org.modelmapper.ModelMapper; ModelMapper modelMapper = new ModelMapper(); SourceObject source = new SourceObject(); DestinationObject dest = modelMapper.map(source, DestinationObject.class);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
modelmapper — mvn dependency:get modelmapper · libregistry