| Package | Description | 
|---|---|
| net.bytebuddy.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InvokeDynamic.WithImplicitTargetRepresentation of an  InvokeDynamicimplementation where the bootstrapped
 method is passed athisreference, if available, and any arguments of the instrumented method and
 where the invocation target is implicit. | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitTarget. invoke(Class<?> returnType)Requests the bootstrap method to bind a method with the given return type. | 
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitTarget. invoke(String methodName)Requests the bootstrap method is passed the given method name. | 
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitTarget. invoke(String methodName,
      Class<?> returnType)Requests the bootstrap method to bind a method with the given return type. | 
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitTarget. invoke(String methodName,
      TypeDescription returnType)Requests the bootstrap method to bind a method with the given return type. | 
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitTarget. invoke(TypeDescription returnType)Requests the bootstrap method to bind a method with the given return type. | 
| InvokeDynamic.WithImplicitArguments | InvokeDynamic.WithImplicitArguments. withAssigner(Assigner assigner,
            boolean dynamicallyTyped) | 
Copyright © 2014–2015. All rights reserved.