Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.ExecutingTransformer.Factory
-
Packages that use AgentBuilder.Default.ExecutingTransformer.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 AgentBuilder.Default.ExecutingTransformer.Factory in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.Default.ExecutingTransformer.Factory Modifier and Type Class Description static classAgentBuilder.Default.ExecutingTransformer.Factory.ForJava9CapableVmA factory for a class file transformer on a JVM that supports thejava.lang.ModuleAPI to override the newly added method of theClassFileTransformerto capture an instrumented class's module.static classAgentBuilder.Default.ExecutingTransformer.Factory.ForLegacyVmA factory for aClassFileTransformeron a VM that does not support thejava.lang.ModuleAPI.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.ExecutingTransformer.Factory Modifier and Type Field Description protected static AgentBuilder.Default.ExecutingTransformer.FactoryAgentBuilder.Default.ExecutingTransformer. FACTORYA factory for creating aClassFileTransformerthat supports the features of the current VM.Methods in net.bytebuddy.agent.builder that return AgentBuilder.Default.ExecutingTransformer.Factory Modifier and Type Method Description AgentBuilder.Default.ExecutingTransformer.FactoryAgentBuilder.Default.ExecutingTransformer.Factory.CreationAction. run()
-