| Package | Description | 
|---|---|
| net.bytebuddy.dynamic | 
 This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
 type that is dynamically created and for loading this type into a running JVM process. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassFileLocator.Resolution.Explicit
Represents a byte array as binary data. 
 | 
static class  | 
ClassFileLocator.Resolution.Illegal
A canonical representation of an illegal binary representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ClassFileLocator.Resolution | 
ClassFileLocator.ForClassLoader.locate(ClassLoader classLoader,
      String name)
Locates the class file for the supplied type by requesting a resource from the class loader. 
 | 
protected static ClassFileLocator.Resolution | 
ClassFileLocator.ForModule.locate(JavaModule module,
      String typeName)
Creates a resolution for a Java module's class files. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.NoOp.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.Simple.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForClassLoader.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForClassLoader.WeaklyReferenced.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForModule.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForModule.WeaklyReferenced.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForJarFile.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForModuleFile.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForFolder.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForUrl.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.ForInstrumentation.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.PackageDiscriminating.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
ClassFileLocator.Resolution | 
ClassFileLocator.Compound.locate(String name)
Locates the class file for a given type and returns the binary data of the class file. 
 | 
Copyright © 2014–2021. All rights reserved.