| 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.AbstractBaseAn abstract base impleementation of a dispatcher. | 
| static class  | JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVmA dispatcher that extracts the information of a method handle by using private APIs that are available in Java 7+. | 
| static class  | JavaConstant.MethodHandle.Dispatcher.ForJava8CapableVmA dispatcher for introspecting a  java.lang.invoke.MethodHandleinstance on a virtual machine that officially supports this
 introspection, i.e. | 
| static class  | JavaConstant.MethodHandle.Dispatcher.ForLegacyVmA dispatcher that does not support method handles at all. | 
Copyright © 2014–2016. All rights reserved.