EZMorph 0.9.2 review

Download
by rbytes.net on

EZMorph is simple Java library for transforming an Object to another Object. It supports transformations for primitives, Objects,

License: GPL (GNU General Public License)
File size: 0K
Developer: Andres Almiray
0 stars award from rbytes.net

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 (~60K).

EZMorph began life as the converter package in Json-lib but became a project on its own.

Supports transformations for primitives and Objects
Supports transformations for multidimensional arrays
JDK 1.3.1 compatible
Small memory footprint (~60K)

EZMorph comes with another feature: ArrayAssertions . JUnit 3.x does not have an assertEquals() method for asserting array equality, and JUnit 4.x has a limited one (it only supports Object[] not primitive arrays).

With ArrayAssertions is possible to compare a boolean[] with a boolean[] or even a Boolean[], an those arrays can be multidimensional too. EZMorph began life as the converter package on Json-lib but seeing that the features provided were more generic than JSON parsing, it became a project on its own.

What's New in This Release:
MorphException was not nestable (under JDK 1.3).
A ClassMorpher was added.

EZMorph 0.9.2 keywords