Uses of Annotation Interface
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 ornullif not available.ClassInjector.UsingUnsafe.System.getSecurityManager()Returns the current security manager ornullif 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.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.MethodTypeDescfrom 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.DynamicConstantDescfor a canonical description of the constant.JavaConstant.Simple.Dispatcher.OfClassDesc.ofDescriptor(String descriptor) Resolves ajava.lang.constant.ClassDescof a descriptor.JavaConstant.Simple.Dispatcher.OfMethodTypeDesc.ofDescriptor(String descriptor) Returns ajava.lang.constant.MethodTypeDescfor 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$Kindfrom an identifier.