Instrumenting multiple methods within same class with ByteBuddy #1331
Unanswered
diegolovison
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to assign the builder which is immutable:
On a side note, you should reuse |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My question is the same as https://stackoverflow.com/questions/49189495/instrumenting-multiple-methods-within-same-class-with-bytebuddy
But I can't understand why it is not working
Here is my code
I would like to intercept multiple methods using the same Interceptor
Beta Was this translation helpful? Give feedback.
All reactions