All releases of EZMorph


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.


Release Notes: BooleanMorpher can transform numbers now. Empty MorphDynaBeans (no properties) are now allowed.


Release Notes: This release adds support for DynaBeans and minor enhancements. The Javadoc was updated.


Release Notes: MorphException was not nestable (under JDK 1.3). A ClassMorpher was added.


Release Notes: This release changes support for BigDecimal constants (ZERO and ONE) as they are defined in JDK 15.


Release Notes: This release adds support for BigInteger and BigDecimal. MorphUtils registers char '\0' as the default value.