Example that could be used in documentation #1646
jimshowalter
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attached is a complete example of how to add modified-fields tracking to classes using ByteBuddy.
It was cobbled together from byte-buddy javadocs, https://bytebuddy.net/#/tutorial, issues reported here, and various StackOverflows, over a couple of weeks.
It might be useful to have a single working example available somewhere that can be used to get a holistic understanding of how the pieces fit together.
There are multiple places online where someone asks how to track fields via ByteBuddy.
You're welcome to use the attached example for that.
byte-buddy-example.zip
Beta Was this translation helpful? Give feedback.
All reactions