Registry / utility / orika-core

orika-core

JSON →
library1.5.4javamavenunverified

Simpler, better and faster Java bean mapping framework.

<dependency> <groupId>ma.glasnost.orika</groupId> <artifactId>orika-core</artifactId> <version>1.5.4</version> </dependency>
INSTALL
IMPORT
SIG · ORIKA-CORE
O
orika-core
utilityjavav1.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MapperFactory
ma.glasnost.orika.MapperFactory

Map between Java beans using Orika

import ma.glasnost.orika.MapperFactory; import ma.glasnost.orika.impl.DefaultMapperFactory; public class OrikaExample { public static void main(String[] args) { MapperFactory mapperFactory = new DefaultMapperFactory.Builder().build(); mapperFactory.classMap(Source.class, Target.class).byDefault().register(); Source source = new Source("value"); Target target = mapperFactory.getMapperFacade().map(source, Target.class); } }
Debug
Known issues
breakingOrika is no longer actively maintained; consider MapStruct or ModelMapper.
fix
Migrate to a maintained mapping library for new projects.
affects: >=1.5.0
Upgrade
Version history
1.5.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
orika-core — mvn dependency:get orika-core · libregistry