Uses of Interface
net.bytebuddy.agent.builder.ResettableClassFileTransformer.WithDelegation.WithCallback.Factory
-
Packages that use ResettableClassFileTransformer.WithDelegation.WithCallback.Factory 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.WithDelegation.WithCallback.Factory in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement ResettableClassFileTransformer.WithDelegation.WithCallback.Factory Modifier and Type Class Description static class
ResettableClassFileTransformer.WithDelegation.WithCallback.Factory.ForJava9CapableVm
A factory for creating a substitutable class file transformer when the module system is supported.static class
ResettableClassFileTransformer.WithDelegation.WithCallback.Factory.ForLegacyVm
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.WithCallback.Factory Modifier and Type Field Description private static ResettableClassFileTransformer.WithDelegation.WithCallback.Factory
ResettableClassFileTransformer.WithDelegation.WithCallback. DISPATCHER
The dispatcher that creates the wrapper instance.Methods in net.bytebuddy.agent.builder that return ResettableClassFileTransformer.WithDelegation.WithCallback.Factory Modifier and Type Method Description ResettableClassFileTransformer.WithDelegation.WithCallback.Factory
ResettableClassFileTransformer.WithDelegation.WithCallback.Factory.CreationAction. run()
-