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 class
AgentBuilder.Default.ExecutingTransformer.Factory.ForJava9CapableVm
A factory for a class file transformer on a JVM that supports thejava.lang.Module
API to override the newly added method of theClassFileTransformer
to capture an instrumented class's module.static class
AgentBuilder.Default.ExecutingTransformer.Factory.ForLegacyVm
A factory for aClassFileTransformer
on a VM that does not support thejava.lang.Module
API.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.ExecutingTransformer.Factory Modifier and Type Field Description protected static AgentBuilder.Default.ExecutingTransformer.Factory
AgentBuilder.Default.ExecutingTransformer. FACTORY
A factory for creating aClassFileTransformer
that 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.Factory
AgentBuilder.Default.ExecutingTransformer.Factory.CreationAction. run()
-