Skip to content

Conversation

@tawek
Copy link

@tawek tawek commented May 13, 2015

The purpose is to:

  1. cache the introspection results
  2. enable BeanInfoFactory support to custom bean reflection strategies (fluent setters, default methods with getters/setters etc.)

DATACMNS-693

…to spring specific BeanUtils. The purpose is to: 1. cache the introspection results 2. enable BeanInfoFactory support to custom bean reflection strategies (fluent setters, default methods with getters/setters etc.)
odrotbohm pushed a commit that referenced this pull request May 13, 2015
…lookup PropertyDescriptors. Instead of manually using Introspector.getBeanInfo(…) we now use Spring's BeanUtils.getPropertyDescriptors(…) to benefit from some caching of descriptor instances as well as advanced support for fluent setters, default methods etc. Original pull request: #122.
odrotbohm pushed a commit that referenced this pull request May 13, 2015
…lookup PropertyDescriptors. Instead of manually using Introspector.getBeanInfo(…) we now use Spring's BeanUtils.getPropertyDescriptors(…) to benefit from some caching of descriptor instances as well as advanced support for fluent setters, default methods etc. Original pull request: #122.
odrotbohm pushed a commit that referenced this pull request May 13, 2015
…lookup PropertyDescriptors. Instead of manually using Introspector.getBeanInfo(…) we now use Spring's BeanUtils.getPropertyDescriptors(…) to benefit from some caching of descriptor instances as well as advanced support for fluent setters, default methods etc. Original pull request: #122.
odrotbohm pushed a commit that referenced this pull request May 13, 2015
…lookup PropertyDescriptors. Instead of manually using Introspector.getBeanInfo(…) we now use Spring's BeanUtils.getPropertyDescriptors(…) to benefit from some caching of descriptor instances as well as advanced support for fluent setters, default methods etc. Original pull request: #122.
@odrotbohm
Copy link
Member

That's merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants