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 class
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 enum
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.FactoryModifier and TypeFieldDescriptionprotected static final 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.FactoryModifier and TypeMethodDescriptionAgentBuilder.Default.ExecutingTransformer.Factory.CreationAction.run()