| 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.implementation | The implementation package contains any logic for intercepting method calls. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract byte[] | TypeWriter.Default. create(Implementation.Context.ExtractableView implementationContext)Creates the instrumented type. | 
| byte[] | TypeWriter.Default.ForInlining. create(Implementation.Context.ExtractableView implementationContext) | 
| byte[] | TypeWriter.Default.ForCreation. create(Implementation.Context.ExtractableView implementationContext) | 
| Constructor and Description | 
|---|
| RedefinitionClassVisitor(ClassVisitor classVisitor,
                        Implementation.Context.ExtractableView implementationContext)Creates a class visitor which is capable of redefining an existent class on the fly. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Implementation.Context.DefaultA default implementation of an  Implementation.Context.ExtractableViewwhich serves as its ownAuxiliaryType.MethodAccessorFactory. | 
Copyright © 2014–2015. All rights reserved.