EZMorph is simple Java library for transforming an Object to another Object. It supports transformations for primitives, Objects, and multidimensional arrays, compatibility with JDK 1.3.1, and small memory footprint (~76K). It began life as the converter package in Json-lib but became a project on its own.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |
| Translations | English |
Recent releases


Release Notes: MorpherRegistry was made thread-safe.


Release Notes: A bug when a source DynaBean does not contain a property from the target bean has been fixed.


Release Notes: This release adds three new morphers and assertions on Lists, and fixes an important bug when multiple morphers are registered.


Release Notes: This release can override existing morphers for a type when registering a new one, and clear all morphers for a type. The Javadocs have been updated.


Release Notes: An NPE which occurred in BeanMorpher when a target bean has a property that the source bean does not was fixed.