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 class
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.Unavailable
An implementation that indicates that no loader is available.static class
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingMethodHandleLookup
A loader that uses a method handle lookup object to load a class.static class
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader.UsingUnsafe
A 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.Loader
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory. LOADER
A 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.Loader
AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory. resolve()
Resolves the loader for the current VM.
-