Uses of Interface
net.bytebuddy.dynamic.scaffold.TypeWriter.RecordComponentPool.Record
Packages that use TypeWriter.RecordComponentPool.Record
Package
Description
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.RecordModifier and TypeClassDescriptionstatic class
A record for a rich record component with attributes.static class
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.RecordModifier and TypeFieldDescriptionprivate final 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.RecordModifier and TypeMethodDescriptionprotected TypeWriter.RecordComponentPool.Record
RecordComponentRegistry.Default.Compiled.Entry.bind
(TypeDescription instrumentedType, RecordComponentDescription recordComponentDescription) Binds this entry to the provided record component description.RecordComponentRegistry.Compiled.NoOp.target
(RecordComponentDescription recordComponentDescription) Looks up a handler entry for a given record component.RecordComponentRegistry.Default.Compiled.target
(RecordComponentDescription recordComponentDescription) Looks up a handler entry for a given record component.TypeWriter.RecordComponentPool.Disabled.target
(RecordComponentDescription recordComponentDescription) Looks up a handler entry for a given record component.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.RecordModifier and TypeMethodDescriptionprotected org.objectweb.asm.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.Constructors in net.bytebuddy.dynamic.scaffold with parameters of type TypeWriter.RecordComponentPool.RecordModifierConstructorDescriptionprotected
AttributeObtainingRecordComponentVisitor
(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor, TypeWriter.RecordComponentPool.Record record) Creates a new attribute obtaining record component visitor.