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.Default
A default implementation of an
Instrumentation.Context.ExtractableView
which serves as its own AuxiliaryType.MethodAccessorFactory . |
Copyright © 2014. All rights reserved.