Uses of Class
net.bytebuddy.utility.dispatcher.JavaDispatcher.IsConstructor
-
Packages that use JavaDispatcher.IsConstructor Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaDispatcher.IsConstructor in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.IsConstructor Modifier and Type Method Description <T> java.util.Queue<T>
QueueFactory.Dispatcher. arrayDeque()
Creates a new array deque.<T> java.util.Queue<T>
QueueFactory.Dispatcher. arrayDeque(java.util.Collection<? extends T> elements)
Creates a new array deque.java.lang.Object
JavaConstant.MethodHandle.MethodHandleInfo. revealDirect(java.lang.Object handle)
Returns thejava.lang.invoke.MethodHandleInfo
of the provided method handle.
-