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
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.
-