Uses of Class
jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
Packages that use RecordComponentVisitor
-
Uses of RecordComponentVisitor in jersey.repackaged.org.objectweb.asm
Fields in jersey.repackaged.org.objectweb.asm declared as RecordComponentVisitorModifier and TypeFieldDescriptionprotected RecordComponentVisitor
RecordComponentVisitor.delegate
The record visitor to which this visitor must delegate method calls.Methods in jersey.repackaged.org.objectweb.asm that return RecordComponentVisitorModifier and TypeMethodDescriptionRecordComponentVisitor.getDelegate()
The record visitor to which this visitor must delegate method calls.ClassVisitor.visitRecordComponent
(String name, String descriptor, String signature) Visits a record component of the class.final RecordComponentVisitor
ClassWriter.visitRecordComponent
(String name, String descriptor, String signature) Constructors in jersey.repackaged.org.objectweb.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotected
RecordComponentVisitor
(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor
.