Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.Default.ExecutingTransformer.Factory
Packages that use AgentBuilder.Default.ExecutingTransformer.Factory
Package
Description
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.FactoryModifier and TypeClassDescriptionstatic classA 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 enumA factory for aClassFileTransformeron a VM that does not support thejava.lang.ModuleAPI.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.Default.ExecutingTransformer.FactoryModifier and TypeFieldDescriptionprotected static final 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.FactoryModifier and TypeMethodDescriptionAgentBuilder.Default.ExecutingTransformer.Factory.CreationAction.run()