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.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeExtensionDelegate
This delegate offers a default implementation of an instrumentation context and a method accessor factory.
|
Constructor and Description |
---|
Builder(TypeDescription instrumentedType,
TypeInitializer typeInitializer,
Instrumentation.Context.ExtractableView instrumentationContext,
ClassFileVersion classFileVersion)
Creates a new builder.
|
Copyright © 2014. All rights reserved.