Prakash
Prakash

Reputation: 1

java code to create dynamic methods at runtime

I have a dynamic list of variables for which I need to create getter and setter on the fly i.e. during runtime.

Upvotes: 0

Views: 1890

Answers (1)

kgiannakakis
kgiannakakis

Reputation: 104198

Have a look at cglib.

Upvotes: 2

Related Questions