Registry / utility / ezmorph

ezmorph

JSON →
library0.8.1javamavenunverified

Simple Java library for transforming an Object to another Object.

<dependency> <groupId>net.sf.ezmorph</groupId> <artifactId>ezmorph</artifactId> <version>0.8.1</version> </dependency>
INSTALL
IMPORT
SIG · EZMORPH
E
ezmorph
utilityjavav0.8.1
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.

MorpherRegistry
net.sf.ezmorph.MorpherRegistry

Minimal example of object transformation using EZ Morph.

import net.sf.ezmorph.MorpherRegistry; import net.sf.ezmorph.bean.BeanMorpher; public class MorphExample { public static void main(String[] args) { MorpherRegistry registry = new MorpherRegistry(); registry.registerMorpher(new BeanMorpher(MyTarget.class, registry)); MySource source = new MySource(); MyTarget target = (MyTarget) registry.morph(MyTarget.class, source); } }
Debug
Known issues
gotchaLibrary is no longer actively maintained; consider alternatives like ModelMapper or MapStruct.
fix
Migrate to a modern mapping library.
affects: *
Upgrade
Version history
0.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ezmorph — mvn dependency:get ezmorph · libregistry