Uses of Annotation Interface
net.bytebuddy.utility.dispatcher.JavaDispatcher.IsConstructor
Packages that use JavaDispatcher.IsConstructor
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.This package contains utility classes for common use within any Byte Buddy logic.
-
Uses of JavaDispatcher.IsConstructor in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type JavaDispatcher.IsConstructor -
Uses of JavaDispatcher.IsConstructor in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.IsConstructorModifier and TypeMethodDescription<T> Queue
<T> QueueFactory.Dispatcher.arrayDeque()
Creates a new array deque.<T> Queue
<T> QueueFactory.Dispatcher.arrayDeque
(Collection<? extends T> elements) Creates a new array deque.JavaConstant.MethodHandle.MethodHandleInfo.revealDirect
(Object handle) Returns thejava.lang.invoke.MethodHandleInfo
of the provided method handle.