How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Intelligent object mapping
The main features of modelmapper/modelmapper are: Bean Mapping.
Projects with overlapping indexed features include: doov-io/doov — dOOv (Domain Object Oriented Validation) a fluent API for type-safe bean validation and mapping. jmapper-framework/jmapper-core — Elegance, high performance and robustness all in one java bean mapper. mapstruct/mapstruct — MapStruct is an annotation processor and Java bean mapping framework that automatically generates high-performance… orika-mapper/orika — Simpler, better and faster Java bean mapping framework. remondis-it/remap — A declarative mapping library to simplify testable object mappings. xebia-france/selma — Selma Java bean mapping that compiles.
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