Dozer mapping JodaTime property not working as expected

后端 未结 5 1779
野性不改
野性不改 2021-02-19 14:05

I am using Dozer to map between a Document class to DocumentManagementBean class, both of my own making. Both have a property, with getters and setters, of Joda DateTime type, c

5条回答
  •  臣服心动
    2021-02-19 14:38

    Set a copy-by-reference global property in your xml file

        
            
                org.joda.time.LocalDate
            
            
                org.joda.time.LocalDateTime
            
        
    

提交回复
热议问题