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.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderModifier and TypeFieldDescriptionprivate static final AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LOADERA 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.