Uses of Interface
net.bytebuddy.utility.JavaConstant.MethodHandle.Dispatcher
-
Packages that use JavaConstant.MethodHandle.Dispatcher Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaConstant.MethodHandle.Dispatcher in net.bytebuddy.utility
Classes in net.bytebuddy.utility that implement JavaConstant.MethodHandle.Dispatcher Modifier and Type Class Description static class
JavaConstant.MethodHandle.Dispatcher.AbstractBase
An abstract base implementation 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 ajava.lang.invoke.MethodHandle
instance on a virtual machine that officially supports this introspection, i.e.Methods in net.bytebuddy.utility that return JavaConstant.MethodHandle.Dispatcher Modifier and Type Method Description JavaConstant.MethodHandle.Dispatcher
JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVm. initialize()
Initializes the dispatcher, if required.JavaConstant.MethodHandle.Dispatcher
JavaConstant.MethodHandle.Dispatcher.ForJava8CapableVm. initialize()
Initializes the dispatcher, if required.JavaConstant.MethodHandle.Dispatcher
JavaConstant.MethodHandle.Dispatcher.ForLegacyVm. initialize()
Initializes the dispatcher, if required.JavaConstant.MethodHandle.Dispatcher
JavaConstant.MethodHandle.Dispatcher.Initializable. initialize()
Initializes the dispatcher, if required.JavaConstant.MethodHandle.Dispatcher
JavaConstant.MethodHandle.Dispatcher.ForJava7CapableVm. run()
-