Package com.avrix.agent
Class ClassModifier
java.lang.Object
com.avrix.agent.ClassModifier
A class for modifying Java classes at runtime using the Javassist library.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A class that implements the Builder pattern to create aClassModifier
object -
Method Summary
Modifier and TypeMethodDescriptionvoid
Applying modifications to the class being modified.
-
Method Details
-
applyModifications
public void applyModifications()Applying modifications to the class being modified.
-