Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
Modifier and Type | Class and Description |
---|---|
static class |
AgentBuilder.Default.ExecutingTransformer.Factory.ForJava9CapableVm
A factory for a class file transformer on a JVM that supports the
java.lang.Module API to override
the newly added method of the ClassFileTransformer to capture an instrumented class's module. |
static class |
AgentBuilder.Default.ExecutingTransformer.Factory.ForLegacyVm
A factory for a
ClassFileTransformer on a VM that does not support the java.lang.Module API. |
Modifier and Type | Field and Description |
---|---|
protected static AgentBuilder.Default.ExecutingTransformer.Factory |
AgentBuilder.Default.ExecutingTransformer.FACTORY
A factory for creating a
ClassFileTransformer that supports the features of the current VM. |
Modifier and Type | Method and Description |
---|---|
AgentBuilder.Default.ExecutingTransformer.Factory |
AgentBuilder.Default.ExecutingTransformer.Factory.CreationAction.run() |
Copyright © 2014–2019. All rights reserved.