I am new to Dozer and I am trying to map a String to a Boolean and vica versa. Can anyone tell me does Dozer support this or do I have to create a custom converter. The string will contain true or false so will map directly. Also I am using the Dozer API and not the XML config. Thanks for your help
Share
I don’t think dozer supports this out of the box, you can use a custom converter to do this work for you. In fact the help page on custom converters uses this case as example: