Replies: 1 comment
-
You can likely use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a property getter requirement which today uses reflection.
We start with a property name (say
foo
orbar
) and we need to get the property from a source objectI am looking to use ByteBuddy to help generate a class to do this from a common generated class. I am guessing it looks like this
In ByteBuddy how would I insert such custom logic. Is this ASM generation or is there helpers that would allow me to get started here.
Is there some examples I should look at that are this kind of generated template
Beta Was this translation helpful? Give feedback.
All reactions