Uses of Class
net.bytebuddy.agent.builder.ResettableClassFileTransformer.AbstractBase
Packages that use ResettableClassFileTransformer.AbstractBase
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of ResettableClassFileTransformer.AbstractBase in net.bytebuddy.agent.builder
Subclasses of ResettableClassFileTransformer.AbstractBase in net.bytebuddy.agent.builderModifier and TypeClassDescriptionprotected static class
AClassFileTransformer
that implements the enclosing agent builder's configuration.static class
Implements a resettable class file transformer that allows for the delegation of a transformation.protected static class
A standard implementation of a substitutableResettableClassFileTransformer
.