Skip to content
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

Refactor Elements JavaBeans model classes and optimize memory consumption #7

Open
jxblum opened this issue Aug 31, 2022 · 0 comments
Open

Comments

@jxblum
Copy link
Contributor

jxblum commented Aug 31, 2022

... as well as Object creation, which is per POJO/bean instance, currently.

Currently, a BeanModel object hierarchy is created for each instance of an Object (Class) type / POJO. Rather, it would be ideal if the BeanModel object hierarchy only needed to be created per Object (Class) type, not per instance.

Unfortunately, the way the Property (model) class was designed, it depends on the Object instance to get and set property values. Therefore, there needs to be clearer separation between model and instances of the model structure.

@jxblum jxblum changed the title Refactor Elements JavaBeans Model classes and optimize memory consumption Refactor Elements JavaBeans model classes and optimize memory consumption Oct 29, 2022
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

No branches or pull requests

1 participant