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 |
---|---|
static class |
FieldRegistry.Compiled.NoOp
A no-op field registry that does not register annotations for any field.
|
Modifier and Type | Method and Description |
---|---|
FieldRegistry.Compiled |
FieldRegistry.compile(TypeDescription instrumentedType,
TypeWriter.FieldPool.Entry fallback)
Once all entries for a field registry were registered, a field registry can be compiled in order to allow the
retrieval of
FieldAttributeAppender s for
known fields. |
FieldRegistry.Compiled |
FieldRegistry.Default.compile(TypeDescription instrumentedType,
TypeWriter.FieldPool.Entry fallback) |
Copyright © 2014. All rights reserved.