Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.InitializationStrategy.SelfInjection
Packages that use AgentBuilder.InitializationStrategy.SelfInjection
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.InitializationStrategy.SelfInjection in net.bytebuddy.agent.builder
Modifier and TypeClassDescriptionstatic classA form of self-injection where any auxiliary type is loaded eagerly.static classA form of self-injection where any auxiliary type is loaded lazily.static classA form of self-injection where auxiliary types that are annotated byAuxiliaryType.SignatureRelevantof the instrumented type are loaded lazily and any other auxiliary type is loaded eagerly.