| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(Constructor<?> constructor,
         List<?> constants)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap constructor. | 
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(Constructor<?> constructor,
         Object... constant)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap constructor. | 
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(MethodDescription.InDefinedShape bootstrap,
         List<?> constants)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap method or constructor. | 
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(MethodDescription.InDefinedShape bootstrap,
         Object... constant)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap method or constructor. | 
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(Method method,
         List<?> constants)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap method. | 
| static InvokeDynamic.WithImplicitTarget | InvokeDynamic. bootstrap(Method method,
         Object... constant)Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
 specified bootstrap method. | 
Copyright © 2014–2023. All rights reserved.