Uses of Class
net.bytebuddy.utility.dispatcher.JavaDispatcher.Container
-
Packages that use JavaDispatcher.Container Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybytearrays.net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaDispatcher.Container in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type JavaDispatcher.Container Modifier and Type Method Description java.lang.Object[]ModuleLayerFromSingleClassLoaderDecorator.Path. of(int length)Creates an array of paths with the given length. -
Uses of JavaDispatcher.Container in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.Container Modifier and Type Method Description java.lang.Object[]FileSystem.ForNio2CapableVm.StandardCopyOption. toArray(int size)Creates an array of typejava.nio.file.StandardCopyOption.java.lang.Object[]JavaConstant.Simple.Dispatcher. toArray(int length)Returns an array of the dispatcher type.
-