Friday, 27 September 2013

Does Spring contain something similar to BeanUtils populate method?

Does Spring contain something similar to BeanUtils populate method?

I'm trying to populate a pojo with data from a map. I can use Apache
Commons but I'm curious if Spring also has an implementation built in.
I know Spring must contain a method that does this mapping; spring
integration inbound http gateways will map HTTP payloads to a POJO
(request-payload-type).
Is BeanUtils the de facto standard for doing exactly what I want?

No comments:

Post a Comment