| 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 | 
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 | 
ClassInjector.UsingLookup.MethodHandles.privateLookupIn(Class<?> type,
               Object lookup)
Resolves the supplied lookup instance's access scope for the supplied type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
FileSystem.ForNio2CapableVm.Files.copy(Object source,
    Object target,
    Object[] option)
Copies a file. 
 | 
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–2021. All rights reserved.