Uses of Interface
net.bytebuddy.dynamic.scaffold.TypeWriter.RecordComponentPool.Record
-
Packages that use TypeWriter.RecordComponentPool.Record 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. -
-
Uses of TypeWriter.RecordComponentPool.Record in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement TypeWriter.RecordComponentPool.Record Modifier and Type Class 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.Fields in net.bytebuddy.dynamic.scaffold declared as TypeWriter.RecordComponentPool.Record Modifier and Type Field Description private TypeWriter.RecordComponentPool.Record
TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor.AttributeObtainingRecordComponentVisitor. record
The record component pool record to apply onto the record component visitor.Methods in net.bytebuddy.dynamic.scaffold that return TypeWriter.RecordComponentPool.Record Modifier and Type Method 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
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.TypeWriter.RecordComponentPool.Record
TypeWriter.RecordComponentPool.Disabled. target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.TypeWriter.RecordComponentPool.Record
TypeWriter.RecordComponentPool. target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.Methods in net.bytebuddy.dynamic.scaffold with parameters of type TypeWriter.RecordComponentPool.Record Modifier and Type Method Description protected org.objectweb.asm.RecordComponentVisitor
TypeWriter.Default.ForInlining.WithFullProcessing.RedefinitionClassVisitor. redefine(TypeWriter.RecordComponentPool.Record record, java.lang.String genericSignature)
Redefines a record component using the given explicit record component pool record.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type TypeWriter.RecordComponentPool.Record Constructor Description AttributeObtainingRecordComponentVisitor(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, TypeWriter.RecordComponentPool.Record record)
Creates a new attribute obtaining record component visitor.
-