6 open-source projects similar to modelmapper/modelmapper, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
dOOv (Domain Object Oriented Validation) a fluent API for type-safe bean validation and mapping
Elegance, high performance and robustness all in one java bean mapper
MapStruct is an annotation processor and Java bean mapping framework that automatically generates high-performance data transfer code during the compilation process. It serves as a type-safe data mapper for converting information between different object types, specifically targeting Java beans and records. The project replaces manual boilerplate code by using Java interfaces as blueprints to generate concrete implementation classes. This approach ensures type safety and minimizes manual getter and setter calls by producing direct method calls during compilation. The framework handles data t
Simpler, better and faster Java bean mapping framework
A declarative mapping library to simplify testable object mappings.