| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | This package contains classes that are responsible for class loading of classes that are represented by
  bytearrays. | 
| 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  nullif not available. | 
| Object | ClassInjector.UsingUnsafe.System. getSecurityManager()Returns the current security manager or  nullif 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 | JavaConstant.Simple.Dispatcher.OfMethodTypeDesc. of(Object returnType,
  Object[] parameterType)Resolves a  java.lang.constant.MethodTypeDescfrom 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.DynamicConstantDescfor a canonical description of the constant. | 
| Object | JavaConstant.Simple.Dispatcher.OfClassDesc. ofDescriptor(String descriptor)Resolves a  java.lang.constant.ClassDescof a descriptor. | 
| Object | JavaConstant.Simple.Dispatcher.OfMethodTypeDesc. ofDescriptor(String descriptor)Returns a  java.lang.constant.MethodTypeDescfor 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$Kindfrom an identifier. | 
| Object | FileSystem.ForNio2CapableVm.StandardCopyOption. valueOf(String name)Resolve an enumeration for  java.nio.file.StandardCopyOption. | 
Copyright © 2014–2021. All rights reserved.