Uses of Interface
net.bytebuddy.agent.builder.ResettableClassFileTransformer.WithDelegation.Substitutable.Factory
Packages that use ResettableClassFileTransformer.WithDelegation.Substitutable.Factory
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of ResettableClassFileTransformer.WithDelegation.Substitutable.Factory in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement ResettableClassFileTransformer.WithDelegation.Substitutable.FactoryModifier and TypeClassDescriptionstatic class
A factory for creating a substitutable class file transformer when the module system is supported.static enum
A factory for a substitutable class file transformer when the module system is not supported.Fields in net.bytebuddy.agent.builder declared as ResettableClassFileTransformer.WithDelegation.Substitutable.FactoryModifier and TypeFieldDescriptionprivate static final ResettableClassFileTransformer.WithDelegation.Substitutable.Factory
ResettableClassFileTransformer.WithDelegation.Substitutable.DISPATCHER
A dispatcher for invoking the correct transformer method.Methods in net.bytebuddy.agent.builder that return ResettableClassFileTransformer.WithDelegation.Substitutable.FactoryModifier and TypeMethodDescriptionResettableClassFileTransformer.WithDelegation.Substitutable.Factory.CreationAction.run()