awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
orika-mapper avatar

orika-mapper/orikaFork

0
View on GitHub↗
1,315 stars·273 forks·Java·Apache-2.0·10 viewsorika-mapper.github.io/orika-docs↗

Orika

Simpler, better and faster Java bean mapping framework

Features

  • Bean Mapping - Framework for recursive data copying between objects.
  • Bean Mapping and Validation - High-performance framework for mapping Java beans.

Star history

Star history chart for orika-mapper/orikaStar history chart for orika-mapper/orika

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Orika

These projects share indexed features with Orika. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • xebia-france/selmaxebia-france avatar

    xebia-france/selma

    213View on GitHub↗

    Selma Java bean mapping that compiles

    Java
    View on GitHub↗213
  • mapstruct/mapstructmapstruct avatar

    mapstruct/mapstruct

    7,663View on GitHub↗

    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

    Javaannotation-processorbean-mappingjava
    View on GitHub↗7,663
  • hibernate/hibernate-validatorhibernate avatar

    hibernate/hibernate-validator

    1,266View on GitHub↗

    Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for enforcing data integrity across Java applications. It functions as a declarative validation engine that processes object constraints to ensure that application state remains consistent. By utilizing metadata-driven rules, the library validates object properties, method parameters, and nested collections to maintain data standards throughout an application's layers. The library distinguishes itself through its ability to perform static analysis on validation configurations, ide

    Javabean-validationhibernatejava
    View on GitHub↗1,266
  • neoremind/fluent-validatorneoremind avatar

    neoremind/fluent-validator

    1,019View on GitHub↗

    Fluent-validator is a Java validation framework designed to enforce data integrity through declarative constraints and automated service-layer checks. It provides a structured environment for defining validation logic that integrates with the JSR 303 specification, allowing developers to maintain consistent data quality across complex object hierarchies and application boundaries. The framework distinguishes itself through a fluent interface that enables the orchestration of validation chains, allowing for readable and maintainable rule sequences. It supports advanced execution control, inclu

    Java
    View on GitHub↗1,019
Compare all 10 related projects→

Frequently asked questions

What does orika-mapper/orika do?

Simpler, better and faster Java bean mapping framework

What are the main features of orika-mapper/orika?

The main features of orika-mapper/orika are: Bean Mapping, Bean Mapping and Validation.

Which projects share features with orika-mapper/orika?

Projects with overlapping indexed features include: xebia-france/selma — Selma Java bean mapping that compiles. mapstruct/mapstruct — MapStruct is an annotation processor and Java bean mapping framework that automatically generates high-performance… hibernate/hibernate-validator — Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for… neoremind/fluent-validator — Fluent-validator is a Java validation framework designed to enforce data integrity through declarative constraints and… jmapper-framework/jmapper-core — Elegance, high performance and robustness all in one java bean mapper. doov-io/doov — dOOv (Domain Object Oriented Validation) a fluent API for type-safe bean validation and mapping.