As this is fairly new stuff, and you're the one doing it: Go ahead, as you like.
Jochen On Sun, Nov 8, 2015 at 10:05 AM, Benedikt Ritter <brit...@apache.org> wrote: > Hi all, > > I've started work on beanutils2 again. I see a lot of potential regarding > the API, when we upgrade the project to Java 8. For example, I'm currently > working on an API that let's users define type conversion. It could look > like this: > > import static org.apache.commons.beanutils2.ConverterBuilder.from; > > BeanUtils.newInstance().withConverters( > from(String.class).to(Integer.class).using(Integer::parseInt) > ) > > Further more I found this [1] GitHub project I'd like to integrate, that > does awesome magic with lambas. You can read more about that here [2]. > > Regards, > Benedikt > > [1] https://github.com/benjiman/lambda-type-references > [2] https://github.com/benjiman/lambda-type-references/issues/1 > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter -- The next time you hear: "Don't reinvent the wheel!" http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org