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 |
TypeWriter.RecordComponentPool.Record.ForExplicitRecordComponent
A record for a rich record component with attributes.
|
static class |
TypeWriter.RecordComponentPool.Record.ForImplicitRecordComponent
A record for a simple field without a default value where all of the record component's declared annotations are appended.
|
Modifier and Type | Method and Description |
---|---|
protected TypeWriter.RecordComponentPool.Record |
RecordComponentRegistry.Default.Compiled.Entry.bind(TypeDescription instrumentedType,
RecordComponentDescription recordComponentDescription)
Binds this entry to the provided record component description.
|
TypeWriter.RecordComponentPool.Record |
TypeWriter.RecordComponentPool.target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
TypeWriter.RecordComponentPool.Record |
TypeWriter.RecordComponentPool.Disabled.target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
TypeWriter.RecordComponentPool.Record |
RecordComponentRegistry.Compiled.NoOp.target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
TypeWriter.RecordComponentPool.Record |
RecordComponentRegistry.Default.Compiled.target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
Modifier and Type | Method and Description |
---|---|
protected RecordComponentVisitor |
TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.redefine(TypeWriter.RecordComponentPool.Record record,
String genericSignature)
Redefines a record component using the given explicit record component pool record.
|
Constructor and Description |
---|
AttributeObtainingRecordComponentVisitor(RecordComponentVisitor recordComponentVisitor,
TypeWriter.RecordComponentPool.Record record)
Creates a new attribute obtaining record component visitor.
|
Copyright © 2014–2020. All rights reserved.