Uses of Class
net.bytebuddy.utility.dispatcher.JavaDispatcher.IsStatic
-
Packages that use JavaDispatcher.IsStatic 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.IsStatic in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type JavaDispatcher.IsStatic Modifier and Type Method Description java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.ModuleLayer. boot()Returns the boot module layer.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.ModuleLayer. defineModulesWithOneLoader(java.lang.Object configuration, java.util.List<?> moduleLayers, java.lang.ClassLoader classLoaders)Defines modules with a single class loader.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.Optional. empty()Creates an empty optional.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.Stream. empty()Creates an empty stream.java.lang.ObjectClassInjector.UsingReflection.System. getSecurityManager()Returns the current security manager ornullif not available.java.lang.ObjectClassInjector.UsingUnsafe.System. getSecurityManager()Returns the current security manager ornullif not available.java.net.URLByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher. of(java.net.URI uri, java.net.URLStreamHandler handler)Resolves a URL from an URI, if possible.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.ModuleFinder. of(java.lang.Object[] path)Creates a module finder from the given paths.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.Optional. of(java.lang.Object value)Creates an optional containing the given value.java.lang.ObjectClassInjector.UsingLookup.MethodHandles. privateLookupIn(java.lang.Class<?> type, java.lang.Object lookup)Resolves the supplied lookup instance's access scope for the supplied type.java.lang.ObjectModuleLayerFromSingleClassLoaderDecorator.ModuleDescriptor. read(java.io.InputStream inputStream)Resolves an input stream to a module descriptor. -
Uses of JavaDispatcher.IsStatic in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.IsStatic Modifier and Type Method Description java.lang.ObjectFileSystem.ForNio2CapableVm.Files. copy(java.lang.Object source, java.lang.Object target, java.lang.Object[] option)Copies a file.java.lang.ObjectFileSystem.ForNio2CapableVm.Files. createLink(java.lang.Object source, java.lang.Object target)Links a file.java.lang.ObjectFileSystem.ForNio2CapableVm.Files. deleteIfExists(java.lang.Object file)Deletes a file if it exists.java.lang.ObjectFileSystem.ForNio2CapableVm.Files. move(java.lang.Object source, java.lang.Object target, java.lang.Object[] option)Moves a file.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfMethodHandleDesc. of(java.lang.Object kind, java.lang.Object owner, java.lang.String name, java.lang.String descriptor)Resolves ajava.lang.constant.MethodHandleDesc.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfMethodTypeDesc. of(java.lang.Object returnType, java.lang.Object[] parameterType)Resolves ajava.lang.constant.MethodTypeDescfrom descriptions of the return type descriptor and parameter types.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfDynamicConstantDesc. ofCanonical(java.lang.Object bootstrap, java.lang.String constantName, java.lang.Object type, java.lang.Object[] argument)Resolves ajava.lang.constant.DynamicConstantDescfor a canonical description of the constant.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfClassDesc. ofDescriptor(java.lang.String descriptor)Resolves ajava.lang.constant.ClassDescof a descriptor.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfMethodTypeDesc. ofDescriptor(java.lang.String descriptor)Returns ajava.lang.constant.MethodTypeDescfor a given descriptor.java.lang.ObjectJavaConstant.MethodHandle.MethodHandles. publicLookup()Resolves the publicjava.lang.invoke.MethodHandles$Lookup.java.lang.ObjectFileSystem.ForNio2CapableVm.StandardCopyOption. valueOf(java.lang.String name)Resolve an enumeration forjava.nio.file.StandardCopyOption.java.lang.ObjectJavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind. valueOf(int identifier, boolean isInterface)Resolves ajava.lang.constant.DirectMethodHandleDesc$Kindfrom an identifier.
-