Uses of Annotation Type
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.IsConstructorModifier and TypeMethodDescriptionByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher.make(String protocol, String host, int port, String file, URLStreamHandler handler) Creates aURL.ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder.newInstance(String name, Object moduleReference) Creates a new instance of the simple module finder.ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleReference.newInstance(Object moduleDescriptor, URI location, Map<String, byte[]> types) Creates a new instance of the simple module reference. -
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.AsmClassReader.ForClassFileApi.JdkClassReader.make(byte[] binaryRepresentation, org.objectweb.asm.Attribute[] attribute) Creates an instance ofcodes.rafael.asmjdkbridge.JdkClassReader.org.objectweb.asm.ClassVisitorCreate a newcodes.rafael.asmjdkbridge.JdkClassWriter.org.objectweb.asm.ClassVisitorAsmClassWriter.ForClassFileApi.JdkClassWriter.make(Object classReader, int flags, Method getSuperClass, Object target) Create a newcodes.rafael.asmjdkbridge.JdkClassWriter.JavaConstant.MethodHandle.MethodHandleInfo.revealDirect(Object handle) Returns thejava.lang.invoke.MethodHandleInfoof the provided method handle.