| Package | Description | 
|---|---|
| net.bytebuddy.agent.builder | An agent builder is used to easily implement load-time class-transformations using a Java agent. | 
| 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 | Method and Description | 
|---|---|
| ClassFileLocator.Resolution | AgentBuilder.BinaryLocator.Default.Initialized. locate(String typeName) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ClassFileLocator.Resolution.ExplicitRepresents a byte array as binary data. | 
| static class  | ClassFileLocator.Resolution.IllegalA canonical representation of an illegal binary representation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassFileLocator.Resolution | ClassFileLocator. locate(String typeName)Locates the class file for a given type and returns the binary data of the class file. | 
| ClassFileLocator.Resolution | ClassFileLocator.ForClassLoader. locate(String typeName) | 
| ClassFileLocator.Resolution | ClassFileLocator.AgentBased. locate(String typeName) | 
| ClassFileLocator.Resolution | ClassFileLocator.Compound. locate(String typeName) | 
| static ClassFileLocator.Resolution | ClassFileLocator.Resolution.Explicit. of(Class<?> type)Attemts to create a binary representation of a loaded type by requesting data from its
  ClassLoader. | 
Copyright © 2014–2015. All rights reserved.