| Package | Description | 
|---|---|
| net.bytebuddy.utility | 
 This package contains utility classes for common use within any Byte Buddy logic. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JavaConstant.MethodHandle.Dispatcher.AbstractBase
An abstract base impleementation of a dispatcher. 
 | 
static class  | 
JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVm
A dispatcher that extracts the information of a method handle by using private APIs that are available in Java 7+. 
 | 
static class  | 
JavaConstant.MethodHandle.Dispatcher.ForJava8CapableVm
A dispatcher for introspecting a  
java.lang.invoke.MethodHandle instance on a virtual machine that officially supports this
 introspection, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
JavaConstant.MethodHandle.Dispatcher | 
JavaConstant.MethodHandle.Dispatcher.Initializable.initialize()
Initializes the dispatcher, if required. 
 | 
JavaConstant.MethodHandle.Dispatcher | 
JavaConstant.MethodHandle.Dispatcher.ForJava8CapableVm.initialize()  | 
JavaConstant.MethodHandle.Dispatcher | 
JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVm.initialize()  | 
JavaConstant.MethodHandle.Dispatcher | 
JavaConstant.MethodHandle.Dispatcher.ForLegacyVm.initialize()  | 
JavaConstant.MethodHandle.Dispatcher | 
JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVm.run()  | 
Copyright © 2014–2016. All rights reserved.