Skip to content

Change property reflection mechanisms from java.beans.Introspector to spring specific BeanUtils #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants