{"id":68153,"library":"ezmorph","title":"EZ Morph","description":"Simple Java library for transforming an Object to another Object.","status":"active","version":"0.8.1","language":"java","source_language":null,"source_url":"http://ezmorph.cvs.sourceforge.net/ezmorph","tags":["object-mapping","transformation","utility"],"install":[{"cmd":"<dependency>\n  <groupId>net.sf.ezmorph</groupId>\n  <artifactId>ezmorph</artifactId>\n  <version>0.8.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.sf.ezmorph:ezmorph:0.8.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"MorpherRegistry","correct":"net.sf.ezmorph.MorpherRegistry"}],"quickstart":{"code":"import net.sf.ezmorph.MorpherRegistry;\nimport net.sf.ezmorph.bean.BeanMorpher;\n\npublic class MorphExample {\n    public static void main(String[] args) {\n        MorpherRegistry registry = new MorpherRegistry();\n        registry.registerMorpher(new BeanMorpher(MyTarget.class, registry));\n        MySource source = new MySource();\n        MyTarget target = (MyTarget) registry.morph(MyTarget.class, source);\n    }\n}","lang":"java","description":"Minimal example of object transformation using EZ Morph."},"warnings":[{"fix":"Migrate to a modern mapping library.","message":"Library is no longer actively maintained; consider alternatives like ModelMapper or MapStruct.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'anoth':11 'ez':1 'java':4 'librari':5 'map':15 'morph':2 'object':9,12,14 'object-map':13 'simpl':3 'transform':7,16 'util':17","created_at":"2026-06-17T17:46:15.582566+00:00","updated_at":"2026-06-17T17:46:15.582566+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://ezmorph.sourceforge.net","github":null,"docs":"https://appdoc.app/artifact/net.sf.ezmorph/ezmorph/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}