| Package | Description |
|---|---|
| net.bytebuddy.dynamic.loading |
This package contains classes that are responsible for class loading of classes that are represented by
byte arrays. |
| net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ModuleLayerFromSingleClassLoaderDecorator.ModuleLayer.boot()
Returns the boot module layer.
|
Object |
ModuleLayerFromSingleClassLoaderDecorator.ModuleLayer.defineModulesWithOneLoader(Object configuration,
List<?> moduleLayers,
ClassLoader classLoaders)
Defines modules with a single class loader.
|
Object |
ModuleLayerFromSingleClassLoaderDecorator.Optional.empty()
Creates an empty optional.
|
Object |
ModuleLayerFromSingleClassLoaderDecorator.Stream.empty()
Creates an empty stream.
|
Object |
ClassInjector.UsingReflection.System.getSecurityManager()
Returns the current security manager or
null if not available. |
Object |
ClassInjector.UsingUnsafe.System.getSecurityManager()
Returns the current security manager or
null if not available. |
Object |
ModuleLayerFromSingleClassLoaderDecorator.Optional.of(Object value)
Creates an optional containing the given value.
|
Object |
ModuleLayerFromSingleClassLoaderDecorator.ModuleFinder.of(Object[] path)
Creates a module finder from the given paths.
|
URL |
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.Dispatcher.of(URI uri,
URLStreamHandler handler)
Resolves a URL from an URI, if possible.
|
Object |
ClassInjector.UsingLookup.MethodHandles.privateLookupIn(Class<?> type,
Object lookup)
Resolves the supplied lookup instance's access scope for the supplied type.
|
Object |
ModuleLayerFromSingleClassLoaderDecorator.ModuleDescriptor.read(InputStream inputStream)
Resolves an input stream to a module descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
FileSystem.ForNio2CapableVm.Files.copy(Object source,
Object target,
Object[] option)
Copies a file.
|
Object |
FileSystem.ForNio2CapableVm.Files.createLink(Object source,
Object target)
Links a file.
|
Object |
FileSystem.ForNio2CapableVm.Files.deleteIfExists(Object file)
Deletes a file if it exists.
|
Object |
FileSystem.ForNio2CapableVm.Files.move(Object source,
Object target,
Object[] option)
Moves a file.
|
Object |
JavaConstant.Simple.Dispatcher.OfMethodTypeDesc.of(Object returnType,
Object[] parameterType)
Resolves a
java.lang.constant.MethodTypeDesc from descriptions of the return type descriptor and parameter types. |
Object |
JavaConstant.Simple.Dispatcher.OfMethodHandleDesc.of(Object kind,
Object owner,
String name,
String descriptor)
Resolves a
java.lang.constant.MethodHandleDesc. |
Object |
JavaConstant.Simple.Dispatcher.OfDynamicConstantDesc.ofCanonical(Object bootstrap,
String constantName,
Object type,
Object[] argument)
Resolves a
java.lang.constant.DynamicConstantDesc for a canonical description of the constant. |
Object |
JavaConstant.Simple.Dispatcher.OfClassDesc.ofDescriptor(String descriptor)
Resolves a
java.lang.constant.ClassDesc of a descriptor. |
Object |
JavaConstant.Simple.Dispatcher.OfMethodTypeDesc.ofDescriptor(String descriptor)
Returns a
java.lang.constant.MethodTypeDesc for a given descriptor. |
Object |
JavaConstant.MethodHandle.MethodHandles.publicLookup()
Resolves the public
java.lang.invoke.MethodHandles$Lookup. |
Object |
JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind.valueOf(int identifier,
boolean isInterface)
Resolves a
java.lang.constant.DirectMethodHandleDesc$Kind from an identifier. |
Object |
FileSystem.ForNio2CapableVm.StandardCopyOption.valueOf(String name)
Resolve an enumeration for
java.nio.file.StandardCopyOption. |
Copyright © 2014–2025. All rights reserved.