Uses of Class
net.bytebuddy.utility.JavaConstant.MethodHandle.Dispatcher.AbstractBase
-
Packages that use JavaConstant.MethodHandle.Dispatcher.AbstractBase Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaConstant.MethodHandle.Dispatcher.AbstractBase in net.bytebuddy.utility
Subclasses of JavaConstant.MethodHandle.Dispatcher.AbstractBase in net.bytebuddy.utility Modifier and Type Class Description 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.
-