Dear All, I am enjoying using Commons BeanUtils with all its converters and 'foo.bar.baz' path notation goodness.
I was wondering if it was possible to retain this goodness whilst changing to a different getter/setter naming convention? Instead of 'getFoo()', 'setFoo(x)', I'd like to use 'foo()' and 'foo_$eq(x)' which is the native Scala naming convention. Is there some method/interface to override to make this change without impacting everything else? Regards, Richard. -- View this message in context: http://www.nabble.com/-BeanUtils--Possible-to-hook-in-a-different-getter-setter-naming-convention--tp21259922p21259922.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
