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 | Method and Description |
---|---|
static AgentBuilder |
AgentBuilder.Default.of(EntryPoint entryPoint,
Plugin... plugin)
Creates an
AgentBuilder that realizes the provided build plugins. |
static AgentBuilder |
AgentBuilder.Default.of(Plugin... plugin)
Creates an
AgentBuilder that realizes the provided build plugins. |
Modifier and Type | Method and Description |
---|---|
static AgentBuilder |
AgentBuilder.Default.of(EntryPoint entryPoint,
List<? extends Plugin> plugins)
Creates an
AgentBuilder that realizes the provided build plugins. |
static AgentBuilder |
AgentBuilder.Default.of(List<? extends Plugin> plugins)
Creates an
AgentBuilder that realizes the provided build plugins. |
Constructor and Description |
---|
ForBuildPlugin(Plugin plugin)
Creates a new transformer for a build
Plugin . |
Copyright © 2014–2016. All rights reserved.