Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.Default
Packages that use AgentBuilder.Default
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.Default in net.bytebuddy.agent.builder
Subclasses of AgentBuilder.Default in net.bytebuddy.agent.builderModifier and TypeClassDescriptionprotected static class
An implementation of a default agent builder that allows for refinement of the redefinition strategy.