Need a java interop with lazy evaluation of methods #1033
Unanswered
sivachalabathid
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Right now, each configuration class, creates a big tree object. It is composed so many methods and one root method. Use case is,
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our org, we have a large repository of configurations which are just enormous configurations. They are encoded as java objects. But, we want to support yaml or json backends and lazy evaluation of methods because there are so many unused objects getting generated.
I want to lazily evaluate functions from java, but not sure how to do it from java. Is it possible at all?
Beta Was this translation helpful? Give feedback.
All reactions