How to use FluentPropertyBeanIntrospector

40 views
Skip to first unread message

Ryan McKay

unread,
Nov 5, 2015, 11:09:14 AM11/5/15
to Dozer Mapper
I'm trying to map from a bean to a lombok builder.  The builder has fluent methods, e.g. for the data member foo:int, the builder would have a method foo(int) that returns fooBuilder.  After some debugging I found that the only bean introspector (the component responsible for figuring out the read/write property methods on a bean) registered with PropertyUtils is DefaultBeanIntrospector.  I found that there is also a FluentPropertyBeanIntrospector that looks like it might do what I need.  Does anybody know how to configure Dozer to use this additional introspector?
Thanks
Reply all
Reply to author
Forward
0 new messages