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 class
A form of self-injection where any auxiliary type is loaded eagerly.static class
A form of self-injection where any auxiliary type is loaded lazily.static class
A form of self-injection where auxiliary types that are annotated byAuxiliaryType.SignatureRelevant
of the instrumented type are loaded lazily and any other auxiliary type is loaded eagerly.