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 RecordComponentVisitorRecordComponentVisitor.delegateThe 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 RecordComponentVisitorClassWriter.visitRecordComponent(String name, String descriptor, String signature) Constructors in jersey.repackaged.org.objectweb.asm with parameters of type RecordComponentVisitorModifierConstructorDescriptionprotectedRecordComponentVisitor(int api, RecordComponentVisitor recordComponentVisitor) Constructs a newRecordComponentVisitor.