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 |
---|---|
protected static class |
FieldRegistry.Default.Prepared
A prepared default field registry.
|
Modifier and Type | Method and Description |
---|---|
FieldRegistry.Prepared |
FieldRegistry.prepare(TypeDescription instrumentedType)
Prepares the field registry for a given instrumented type.
|
FieldRegistry.Prepared |
FieldRegistry.Default.prepare(TypeDescription instrumentedType) |
Copyright © 2014. All rights reserved.