Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.InitializationStrategy.SelfInjection
-
Packages that use AgentBuilder.InitializationStrategy.SelfInjection Package Description net.bytebuddy.agent.builder 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
Subclasses of AgentBuilder.InitializationStrategy.SelfInjection in net.bytebuddy.agent.builder Modifier and Type Class Description static classAgentBuilder.InitializationStrategy.SelfInjection.EagerA form of self-injection where any auxiliary type is loaded eagerly.static classAgentBuilder.InitializationStrategy.SelfInjection.LazyA form of self-injection where any auxiliary type is loaded lazily.static classAgentBuilder.InitializationStrategy.SelfInjection.SplitA 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.
-