文章詳情頁
Java Bean 映射工具 Dozer 2.0 發布
瀏覽:2日期: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 2021.1 首個 Beta 版本發布2. Android 實現徹底退出自己APP 并殺掉所有相關的進程3. android studio xml文件實現添加注釋4. Spring Web Flow 1.0 EA 發布5. 基于python調用jenkins-cli實現快速發布6. Java14發布了,再也不怕NullPointerException了7. IntelliJ IDEA 2021.1 EAP 1 發布支持 Java 16 和 WSL 28. 基于Android FileProvider 屬性配置詳解及FileProvider多節點問題9. Android Studio安裝配置、環境搭建詳細步驟及基本使用的詳細教程10. Android實現帶節點的進度條
排行榜