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 enum
An implementation that indicates that no loader is available.static enum
A loader that uses a method handle lookup object to load a class.static enum
A loader that is using unsafe API to load a lambda implementation.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderModifier and TypeFieldDescriptionprivate static final AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LOADER
A loader for the generated lambda class.Methods in net.bytebuddy.agent.builder that return AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderModifier and TypeMethodDescriptionAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.resolve()
Resolves the loader for the current VM.