Skip to content

Introduce a cache for expensive JavaBeanBinder and ValueObjectBinder #44861

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
philwebb opened this issue Mar 24, 2025 · 0 comments
Closed

Introduce a cache for expensive JavaBeanBinder and ValueObjectBinder #44861

philwebb opened this issue Mar 24, 2025 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

When binding a large list or map it should be possible for the JavaBeanBinder/ValueObjectBinder to cache certain information that may be expensive to calculate and can be reused many times. For example, we can cache the constructor that should be used, or the setters that are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants