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 |
RecordComponentRegistry.Compiled.NoOp
A no-op record component registry that does not register annotations for any record component.
|
protected static class |
RecordComponentRegistry.Default.Compiled
A compiled default record component registry.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentRegistry.Compiled |
RecordComponentRegistry.compile(TypeDescription instrumentedType)
Prepares the record component registry for a given instrumented type.
|
RecordComponentRegistry.Compiled |
RecordComponentRegistry.Default.compile(TypeDescription instrumentedType)
Prepares the record component registry for a given instrumented type.
|
Copyright © 2014–2020. All rights reserved.