modelmapper/modelmapper
Intelligent object mapping observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 51
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5792
- days_rel: n/a
- days_push: 295
- n_releases_24m: 0
Adoption not part of the score
2352 stars · 345 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ModelMapper is a Java library that intelligently maps objects to each other using convention-based matching, automatically determining how one object model maps to another. It provides a type-safe, refactoring-safe fluent API for handling special mapping cases, with integrations for Spring, Guice, Dagger, Jackson, Gson, jOOQ, and more.
Use cases
- map entities to DTOs in a Java application
- convert between similar but differently structured object models
- flatten nested objects into flat DTOs automatically
- avoid writing boilerplate getter/setter mapping code
- map API request/response objects to domain models
- validate that object properties are fully mapped
- integrate object mapping with Spring Boot or jOOQ
When to choose
- you're on the JVM and need automatic convention-based object-to-object mapping
- you want to eliminate manual mapping boilerplate between entities and DTOs
- you need a refactoring-safe, type-safe mapping API with customization hooks
- you want integrations with Spring, Guice, Jackson, Gson, or jOOQ
When to avoid
- you need maximum runtime performance and prefer compile-time code generation like MapStruct
- your mappings are simple enough that hand-written mappers are clearer
- you're not on the JVM
Facets
library · maturity stable
serialization developer-tools developer-tools backend web-development jvm object-mapping dto java convention-based-mapping entity-to-dto
4 sources
- readme: https://github.com/modelmapper/modelmapper · fetched 2026-08-28 · 41f2b602c1f0
- homepage: http://modelmapper.org · fetched 2026-08-29 · ef45187207c1
- site_page: http://modelmapper.org/getting-started · fetched 2026-08-29 · 09ce9bbc616b
- site_page: http://modelmapper.org/user-manual/integrations · fetched 2026-08-29 · 5299aac7790e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| modelmapper/modelmapper | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="modelmapper/modelmapper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem