| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.scaffold | This package contains helper types and implementations that are responsible for the actual writing of a byte array
 representing a Java class. | 
| net.bytebuddy.instrumentation | The instrumentation package contains any logic for intercepting method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | TypeWriter.Engine. create(Instrumentation.Context.ExtractableView instrumentationContext)Creates the class file. | 
| byte[] | TypeWriter.Engine.ForRedefinition. create(Instrumentation.Context.ExtractableView instrumentationContext) | 
| byte[] | TypeWriter.Engine.ForCreation. create(Instrumentation.Context.ExtractableView instrumentationContext) | 
| Constructor and Description | 
|---|
| RedefinitionClassVisitor(org.objectweb.asm.ClassVisitor classVisitor,
                        Instrumentation.Context.ExtractableView instrumentationContext)Creates a class visitor which is capable of redefining an existent class on the fly. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Instrumentation.Context.DefaultA default implementation of an  Instrumentation.Context.ExtractableViewwhich serves as its ownAuxiliaryType.MethodAccessorFactory. | 
Copyright © 2014. All rights reserved.