Uses of Class
net.bytebuddy.agent.builder.ResettableClassFileTransformer.AbstractBase
-
Packages that use ResettableClassFileTransformer.AbstractBase Package Description net.bytebuddy.agent.builder 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.builder Modifier and Type Class Description protected static classAgentBuilder.Default.ExecutingTransformerAClassFileTransformerthat implements the enclosing agent builder's configuration.static classResettableClassFileTransformer.WithDelegationImplements a resettable class file transformer that allows for the delegation of a transformation.protected static classResettableClassFileTransformer.WithDelegation.SubstitutableA standard implementation of a substitutableResettableClassFileTransformer.protected static classResettableClassFileTransformer.WithDelegation.WithCallback<T>A class file transformer with a callback.
-