Skip to content

foreflight/orika

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForeFlight Fork

The upstream project is abandoned. But master has a fix for a jdk 17 bug that we need. So we're forking this to get that master.

Only use this to support our old use of Orika. New mapping functionality should be done with https://mapstruct.org

POM Ref is now:

<dependency>
	<artifactId>orika-core</artifactId>
	<groupId>ma.glasnost.orika</groupId>
	<version>1.6.0-FF</version>
</dependency>

DO NOT EDIT SOURCE!

This is a read only repo. If there are updates we need to pull from upstream we'll adjust the version string.



Build Status Join the chat at https://gitter.im/orika-mapper GitHub site Maven Central Javadocs License: Apache 2.0

Orika !

NEW We are pleased to announce the release of Orika 1.5.4 ! This version is available on Maven central repository

What?

Orika is a Java Bean mapping framework that recursively copies (among other capabilities) data from one object to another. It can be very useful when developing multi-layered applications.

Why?

Struggling with hand coded and reflection-based mappers? Orika can be used to simplify the process of mapping between one object layer and another.

Our ambition is to build a comprehensive, efficient and robust Java bean mapping solution. Orika focuses on automating as much as possible, while providing customization through configuration and extension where needed.

Orika enables the developer to :

  • Map complex and deeply structured objects
  • "Flatten" or "Expand" objects by mapping nested properties to top-level properties, and vice versa
  • Create mappers on-the-fly, and apply customizations to control some or all of the mapping
  • Create converters for complete control over the mapping of a specific set of objects anywhere in the object graph--by type, or even by specific property name
  • Handle proxies or enhanced objects (like those of Hibernate, or the various mock frameworks)
  • Apply bi-directional mapping with one configuration
  • Map to instances of an appropriate concrete class for a target abstract class or interface
  • Map POJO properties to Lists, Arrays, and Maps

How?

Orika uses byte code generation to create fast mappers with minimal overhead.

Want to give Orika a try? Check out our new User Guide

Acknowledgements

  • YourKit supports Orika with its full-featured Java Profiler. Take a look at YourKit's leading software products: YourKit Java Profiler.

  • JetBrains kindly provides Orika with a free open-source licence for their IntelliJ IDEA Ultimate edition.

About

Simpler, better and faster Java bean mapping framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%