public final class org.eclipse.jgit.transport.LsRefsV2Request
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.transport.LsRefsV2Request
  super_class: java.lang.Object
{
  private final java.util.List<java.lang.String> refPrefixes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private final boolean symrefs;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean peel;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String agent;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.eclipse.jgit.annotations.Nullable()

  private final java.util.List<java.lang.String> serverOptions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  private void <init>(java.util.List<java.lang.String>, boolean, boolean, java.lang.String, java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;ZZLjava/lang/String;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
        start local 1 // java.util.List refPrefixes
        start local 2 // boolean symrefs
        start local 3 // boolean peel
        start local 4 // java.lang.String agent
        start local 5 // java.util.List serverOptions
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* refPrefixes */
            putfield org.eclipse.jgit.transport.LsRefsV2Request.refPrefixes:Ljava/util/List;
         2: .line 46
            aload 0 /* this */
            iload 2 /* symrefs */
            putfield org.eclipse.jgit.transport.LsRefsV2Request.symrefs:Z
         3: .line 47
            aload 0 /* this */
            iload 3 /* peel */
            putfield org.eclipse.jgit.transport.LsRefsV2Request.peel:Z
         4: .line 48
            aload 0 /* this */
            aload 4 /* agent */
            putfield org.eclipse.jgit.transport.LsRefsV2Request.agent:Ljava/lang/String;
         5: .line 49
            aload 0 /* this */
            aload 5 /* serverOptions */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield org.eclipse.jgit.transport.LsRefsV2Request.serverOptions:Ljava/util/List;
         6: .line 50
            return
        end local 5 // java.util.List serverOptions
        end local 4 // java.lang.String agent
        end local 3 // boolean peel
        end local 2 // boolean symrefs
        end local 1 // java.util.List refPrefixes
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/jgit/transport/LsRefsV2Request;
            0    7     1    refPrefixes  Ljava/util/List<Ljava/lang/String;>;
            0    7     2        symrefs  Z
            0    7     3           peel  Z
            0    7     4          agent  Ljava/lang/String;
            0    7     5  serverOptions  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;ZZLjava/lang/String;Ljava/util/List<Ljava/lang/String;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.eclipse.jgit.annotations.Nullable()
      4:
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
        org.eclipse.jgit.annotations.NonNull()
    MethodParameters:
               Name  Flags
      refPrefixes    
      symrefs        
      peel           
      agent          
      serverOptions  

  public java.util.List<java.lang.String> getRefPrefixes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.LsRefsV2Request.refPrefixes:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/LsRefsV2Request;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public boolean getSymrefs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.LsRefsV2Request.symrefs:Z
            ireturn
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/LsRefsV2Request;

  public boolean getPeel();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.LsRefsV2Request.peel:Z
            ireturn
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/LsRefsV2Request;

  public java.lang.String getAgent();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.LsRefsV2Request.agent:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/LsRefsV2Request;
    RuntimeVisibleAnnotations: 
      org.eclipse.jgit.annotations.Nullable()

  public java.util.List<java.lang.String> getServerOptions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
         0: .line 92
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.LsRefsV2Request.serverOptions:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.jgit.transport.LsRefsV2Request this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/LsRefsV2Request;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public static org.eclipse.jgit.transport.LsRefsV2Request$Builder builder();
    descriptor: ()Lorg/eclipse/jgit/transport/LsRefsV2Request$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 97
            new org.eclipse.jgit.transport.LsRefsV2Request$Builder
            dup
            invokespecial org.eclipse.jgit.transport.LsRefsV2Request$Builder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LsRefsV2Request.java"
NestMembers:
  org.eclipse.jgit.transport.LsRefsV2Request$Builder
InnerClasses:
  public final Builder = org.eclipse.jgit.transport.LsRefsV2Request$Builder of org.eclipse.jgit.transport.LsRefsV2Request