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 class
JavaConstant.MethodType.Dispatcher.ForJava7CapableVm
A dispatcher for virtual machines that are aware of thejava.lang.invoke.MethodType
type that was added in Java version 7.static class
JavaConstant.MethodType.Dispatcher.ForLegacyVm
A dispatcher for virtual machines that are not aware of thejava.lang.invoke.MethodType
type 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.Dispatcher
JavaConstant.MethodType. DISPATCHER
A dispatcher for extracting information from ajava.lang.invoke.MethodType
instance.Methods in net.bytebuddy.utility that return JavaConstant.MethodType.Dispatcher Modifier and Type Method Description JavaConstant.MethodType.Dispatcher
JavaConstant.MethodType.Dispatcher.CreationAction. run()
-