public interface org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> extends org.jooq.Record
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Record7
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Row7<T1, T2, T3, T4, T5, T6, T7> fieldsRow();
    descriptor: ()Lorg/jooq/Row7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Row7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Row7<T1, T2, T3, T4, T5, T6, T7> valuesRow();
    descriptor: ()Lorg/jooq/Row7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Row7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T1> field1();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT1;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T2> field2();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT2;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T3> field3();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT3;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T4> field4();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT4;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T5> field5();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT5;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T6> field6();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT6;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract org.jooq.Field<T7> field7();
    descriptor: ()Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Field<TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract T1 value1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT1;

  public abstract T2 value2();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT2;

  public abstract T3 value3();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT3;

  public abstract T4 value4();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT4;

  public abstract T5 value5();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT5;

  public abstract T6 value6();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT6;

  public abstract T7 value7();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT7;

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value1(T1);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value2(T2);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT2;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value3(T3);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT3;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value4(T4);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT4;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value5(T5);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT5;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value6(T6);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT6;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> value7(T7);
    descriptor: (Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT7;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      value  

  public abstract org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> values(T1, T2, T3, T4, T5, T6, T7);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT1;TT2;TT3;TT4;TT5;TT6;TT7;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      t1    
      t2    
      t3    
      t4    
      t5    
      t6    
      t7    

  public abstract <T> org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> with(org.jooq.Field<T>, T);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;TT;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
       Name  Flags
      field  
      value  

  public abstract <T, U> org.jooq.Record7<T1, T2, T3, T4, T5, T6, T7> with(org.jooq.Field<T>, U, org.jooq.Converter<? extends T, ? super U>);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;Lorg/jooq/Converter;)Lorg/jooq/Record7;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;TU;Lorg/jooq/Converter<+TT;-TU;>;)Lorg/jooq/Record7<TT1;TT2;TT3;TT4;TT5;TT6;TT7;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
           Name  Flags
      field      
      value      
      converter  

  public abstract T1 component1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT1;

  public abstract T2 component2();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT2;

  public abstract T3 component3();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT3;

  public abstract T4 component4();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT4;

  public abstract T5 component5();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT5;

  public abstract T6 component6();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT6;

  public abstract T7 component7();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT7;
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;T4:Ljava/lang/Object;T5:Ljava/lang/Object;T6:Ljava/lang/Object;T7:Ljava/lang/Object;>Ljava/lang/Object;Lorg/jooq/Record;
SourceFile: "Record7.java"