Uses of Interface
net.bytebuddy.agent.builder.ResettableClassFileTransformer.WithDelegation.Callback
-
Packages that use ResettableClassFileTransformer.WithDelegation.Callback 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.Callback in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder declared as ResettableClassFileTransformer.WithDelegation.Callback Modifier and Type Field Description private ResettableClassFileTransformer.WithDelegation.Callback<T>ResettableClassFileTransformer.WithDelegation.WithCallback. callbackThe callback to invoke.Methods in net.bytebuddy.agent.builder with parameters of type ResettableClassFileTransformer.WithDelegation.Callback Modifier and Type Method Description ResettableClassFileTransformerResettableClassFileTransformer.WithDelegation.WithCallback.Factory.ForJava9CapableVm. make(ResettableClassFileTransformer classFileTransformer, ResettableClassFileTransformer.WithDelegation.Callback<?> callback)Creates a new substitutable class file transformer.ResettableClassFileTransformerResettableClassFileTransformer.WithDelegation.WithCallback.Factory.ForLegacyVm. make(ResettableClassFileTransformer classFileTransformer, ResettableClassFileTransformer.WithDelegation.Callback<?> callback)Creates a new substitutable class file transformer.ResettableClassFileTransformerResettableClassFileTransformer.WithDelegation.WithCallback.Factory. make(ResettableClassFileTransformer classFileTransformer, ResettableClassFileTransformer.WithDelegation.Callback<?> callback)Creates a new substitutable class file transformer.static ResettableClassFileTransformerResettableClassFileTransformer.WithDelegation. of(ResettableClassFileTransformer classFileTransformer, ResettableClassFileTransformer.WithDelegation.Callback<?> callback)Creates a resettable class file transformer that wraps another transformer and adds a callback to the beginning and end of each transformation.Constructors in net.bytebuddy.agent.builder with parameters of type ResettableClassFileTransformer.WithDelegation.Callback Constructor Description WithCallback(ResettableClassFileTransformer classFileTransformer, ResettableClassFileTransformer.WithDelegation.Callback<T> callback)Creates a delegating class file transformer with callback.
-