Uses of Interface
net.bytebuddy.agent.builder.ResettableClassFileTransformer.WithDelegation.Substitutable.Factory
-
Packages that use ResettableClassFileTransformer.WithDelegation.Substitutable.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.Substitutable.Factory in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement ResettableClassFileTransformer.WithDelegation.Substitutable.Factory Modifier and Type Class Description static classResettableClassFileTransformer.WithDelegation.Substitutable.Factory.ForJava9CapableVmA factory for creating a substitutable class file transformer when the module system is supported.static classResettableClassFileTransformer.WithDelegation.Substitutable.Factory.ForLegacyVmA 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.Factory Modifier and Type Field Description private static ResettableClassFileTransformer.WithDelegation.Substitutable.FactoryResettableClassFileTransformer.WithDelegation.Substitutable. DISPATCHERA dispatcher for invoking the correct transformer method.Methods in net.bytebuddy.agent.builder that return ResettableClassFileTransformer.WithDelegation.Substitutable.Factory Modifier and Type Method Description ResettableClassFileTransformer.WithDelegation.Substitutable.FactoryResettableClassFileTransformer.WithDelegation.Substitutable.Factory.CreationAction. run()
-