Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.InstallationListener.Adapter
-
Packages that use AgentBuilder.InstallationListener.Adapter Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of AgentBuilder.InstallationListener.Adapter in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.InstallationListener.Adapter in net.bytebuddy.agent.builder Modifier and Type Class Description protected static class
AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.ResubmissionInstallationListener
A job that resubmits any matched type that previously failed during transformation.
-