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.Methods in net.bytebuddy.utility that return JavaConstant.MethodType.Dispatcher Modifier and Type Method Description JavaConstant.MethodType.DispatcherJavaConstant.MethodType.Dispatcher.CreationAction. run()
-