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.InitializationStrategy.SelfInjection.Eager
A form of self-injection where any auxiliary type is loaded eagerly.
|
static class |
AgentBuilder.InitializationStrategy.SelfInjection.Lazy
A form of self-injection where any auxiliary type is loaded lazily.
|
static class |
AgentBuilder.InitializationStrategy.SelfInjection.Split
A form of self-injection where auxiliary types that are annotated by
AuxiliaryType.SignatureRelevant of the instrumented type are loaded lazily and
any other auxiliary type is loaded eagerly. |
Copyright © 2014–2017. All rights reserved.