Uses of Annotation Type
net.bytebuddy.utility.dispatcher.JavaDispatcher.IsStatic
Packages that use JavaDispatcher.IsStatic
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.IsStatic in net.bytebuddy.dynamic.loading
Methods in net.bytebuddy.dynamic.loading with annotations of type JavaDispatcher.IsStaticModifier and TypeMethodDescriptionClassInjector.UsingReflection.System.getSecurityManager()
Returns the current security manager ornull
if not available.ClassInjector.UsingUnsafe.System.getSecurityManager()
Returns the current security manager ornull
if not available.ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher.of
(URI uri, URLStreamHandler handler) Resolves a URL from an URI, if possible.ClassInjector.UsingLookup.MethodHandles.privateLookupIn
(Class<?> type, Object lookup) Resolves the supplied lookup instance's access scope for the supplied type. -
Uses of JavaDispatcher.IsStatic in net.bytebuddy.utility
Methods in net.bytebuddy.utility with annotations of type JavaDispatcher.IsStaticModifier and TypeMethodDescriptionCopies a file.FileSystem.ForNio2CapableVm.Files.createLink
(Object source, Object target) Links a file.FileSystem.ForNio2CapableVm.Files.deleteIfExists
(Object file) Deletes a file if it exists.Moves a file.JavaConstant.Simple.Dispatcher.OfMethodHandleDesc.of
(Object kind, Object owner, String name, String descriptor) Resolves ajava.lang.constant.MethodHandleDesc
.Resolves ajava.lang.constant.MethodTypeDesc
from descriptions of the return type descriptor and parameter types.JavaConstant.Simple.Dispatcher.OfDynamicConstantDesc.ofCanonical
(Object bootstrap, String constantName, Object type, Object[] argument) Resolves ajava.lang.constant.DynamicConstantDesc
for a canonical description of the constant.JavaConstant.Simple.Dispatcher.OfClassDesc.ofDescriptor
(String descriptor) Resolves ajava.lang.constant.ClassDesc
of a descriptor.JavaConstant.Simple.Dispatcher.OfMethodTypeDesc.ofDescriptor
(String descriptor) Returns ajava.lang.constant.MethodTypeDesc
for a given descriptor.JavaConstant.MethodHandle.MethodHandles.publicLookup()
Resolves the publicjava.lang.invoke.MethodHandles$Lookup
.Resolve an enumeration forjava.nio.file.StandardCopyOption
.JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind.valueOf
(int identifier, boolean isInterface) Resolves ajava.lang.constant.DirectMethodHandleDesc$Kind
from an identifier.