Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderModifier and TypeClassDescriptionstatic enumAn implementation that indicates that no loader is available.static enumA loader that uses a method handle lookup object to load a class.static enumA loader that is using unsafe API to load a lambda implementation.