Dozer mapping JodaTime property not working as expected

后端 未结 5 2292
太阳男子
太阳男子 2021-02-19 14:03

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:37

    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?

提交回复
热议问题