Dozer mapping JodaTime property not working as expected

后端 未结 5 1780
野性不改
野性不改 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:22

    It is possible to do it but you will have to add some configuration:

    
      value
      value  
    
    

    Here is more information: http://dozer.sourceforge.net/documentation/custommethods.html

    Dos some one knows how to do tins with annotations?

提交回复
热议问题