Uses of Interface
net.bytebuddy.utility.JavaConstant.MethodType.Dispatcher
-
Packages that use JavaConstant.MethodType.Dispatcher Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaConstant.MethodType.Dispatcher in net.bytebuddy.utility
Classes in net.bytebuddy.utility that implement JavaConstant.MethodType.Dispatcher Modifier and Type Class Description static classJavaConstant.MethodType.Dispatcher.ForJava7CapableVmA dispatcher for virtual machines that are aware of thejava.lang.invoke.MethodTypetype that was added in Java version 7.static classJavaConstant.MethodType.Dispatcher.ForLegacyVmA dispatcher for virtual machines that are not aware of thejava.lang.invoke.MethodTypetype that was added in Java version 7.Fields in net.bytebuddy.utility declared as JavaConstant.MethodType.Dispatcher Modifier and Type Field Description private static JavaConstant.MethodType.DispatcherJavaConstant.MethodType. DISPATCHERA dispatcher for extracting information from ajava.lang.invoke.MethodTypeinstance.Methods in net.bytebuddy.utility that return JavaConstant.MethodType.Dispatcher Modifier and Type Method Description JavaConstant.MethodType.DispatcherJavaConstant.MethodType.Dispatcher.CreationAction. run()
-