Uses of Interface
net.bytebuddy.agent.builder.AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader
-
Packages that use AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader 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.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader in net.bytebuddy.agent.builder
Classes in net.bytebuddy.agent.builder that implement AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader Modifier and Type Class Description static classAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UnavailableAn implementation that indicates that no loader is available.static classAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingMethodHandleLookupA loader that uses a method handle lookup object to load a class.static classAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingUnsafeA loader that is using unsafe API to load a lambda implementation.Fields in net.bytebuddy.agent.builder declared as AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader Modifier and Type Field Description private static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory. LOADERA loader for the generated lambda class.Methods in net.bytebuddy.agent.builder that return AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader Modifier and Type Method Description private static AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.LoaderAgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory. resolve()Resolves the loader for the current VM.
-