文章詳情頁
Java Bean 映射工具 Dozer 2.0 發布
瀏覽:8日期:2024-03-09 18:18:28
Java Bean 映射工具 Dozer 2.0 發布了。Dozer可以在JavaBean到JavaBean之間進行遞歸數據復制,并且這些JavaBean可以是不同的復雜的類型。所有的mapping,Dozer將會很直接的將名稱相同的fields進行復制,如果field名不同,或者有特別的對應要求,則可以在xml中進行定義。新版本主要是為了解決XSD schema 類型和domain objects之間的 SOA mapping 問題。2.0的新特性包括:Context based mappingCollection and Array mapping handling Lists, Sets, Arrays and allowing for class type hintsSupport for custom convertersCustom bean factories for beans that do not follow the JavaBean specificationInheritance mapping including abstract classes and interfacesField exclusion and custom getter() setter() functionality Copy-by-reference and 'self' mappingNull and empty quote source value exclusionBi-directional or one-way mapping String to date mappingData type conversion like String to Integer Wrapper or String to primitiveClass level mapping recursion and deep property mappingSpring integrationMap backed property support8X speed improvement over dozer 1.x
標簽:
Java
相關文章:
1. IntelliJ IDEA 2020.2正式發布,兩點多多總能助你提效2. IBM發布AUS: 消除你Java程序中脆弱的API3. Spring Framework 1.2.6 發布4. FireStorm/DAO 3.0 發布-Java源碼生成工具5. 解決android studio 打包發現generate signed apk 消失不見問題6. 剖析Android Activity側滑返回的實現原理7. 在Android中使用WebSocket實現消息通信的方法詳解8. Spring Cloud 2020.0.0正式發布再見了Netflix9. Android studio 解決logcat無過濾工具欄的操作10. Android Studio4.0導入OpenCv4.3.0的方法步驟
排行榜