public interface org.jooq.RecordType<R extends org.jooq.Record>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.RecordType
  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\tThe import org.jetbrains cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable 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\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable 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 int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract <T> org.jooq.Field<T> field(org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
       Name  Flags
      field  

  public abstract org.jooq.Field<?> field(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <T> org.jooq.Field<T> field(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <T> org.jooq.Field<T> field(java.lang.String, org.jooq.DataType<T>);
    descriptor: (Ljava/lang/String;Lorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      dataType   

  public abstract org.jooq.Field<?> field(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Name;)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract <T> org.jooq.Field<T> field(org.jooq.Name, java.lang.Class<T>);
    descriptor: (Lorg/jooq/Name;Ljava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Name;Ljava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public abstract <T> org.jooq.Field<T> field(org.jooq.Name, org.jooq.DataType<T>);
    descriptor: (Lorg/jooq/Name;Lorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Name;Lorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
      dataType   

  public abstract org.jooq.Field<?> field(int);
    descriptor: (I)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract <T> org.jooq.Field<T> field(int, java.lang.Class<T>);
    descriptor: (ILjava/lang/Class;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(ILjava/lang/Class<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      type        

  public abstract <T> org.jooq.Field<T> field(int, org.jooq.DataType<T>);
    descriptor: (ILorg/jooq/DataType;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(ILorg/jooq/DataType<TT;>;)Lorg/jooq/Field<TT;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  
      dataType    

  public abstract org.jooq.Field<?>[] fields();
    descriptor: ()[Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract org.jooq.Field<?>[] fields(org.jooq.Field<?>[]);
    descriptor: ([Lorg/jooq/Field;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Field<*>;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
        Name  Flags
      fields  

  public abstract org.jooq.Field<?>[] fields(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.Field<?>[] fields(org.jooq.Name[]);
    descriptor: ([Lorg/jooq/Name;)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Name;)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
            Name  Flags
      fieldNames  

  public abstract org.jooq.Field<?>[] fields(int[]);
    descriptor: ([I)[Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([I)[Lorg/jooq/Field<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()
    MethodParameters:
              Name  Flags
      fieldIndexes  

  public abstract int indexOf(org.jooq.Field<?>);
    descriptor: (Lorg/jooq/Field;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Field<*>;)I
    MethodParameters:
       Name  Flags
      field  

  public abstract int indexOf(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract int indexOf(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract java.lang.Class<?>[] types();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract java.lang.Class<?> type(int);
    descriptor: (I)Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract java.lang.Class<?> type(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract java.lang.Class<?> type(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Name;)Ljava/lang/Class<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract org.jooq.DataType<?>[] dataTypes();
    descriptor: ()[Lorg/jooq/DataType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Lorg/jooq/DataType<*>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN, location=[ARRAY_ELEMENT]
        NotNull()

  public abstract org.jooq.DataType<?> dataType(int);
    descriptor: (I)Lorg/jooq/DataType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/jooq/DataType<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
            Name  Flags
      fieldIndex  

  public abstract org.jooq.DataType<?> dataType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/DataType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/DataType<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  

  public abstract org.jooq.DataType<?> dataType(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/DataType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Name;)Lorg/jooq/DataType<*>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
    MethodParameters:
           Name  Flags
      fieldName  
}
Signature: <R::Lorg/jooq/Record;>Ljava/lang/Object;
SourceFile: "RecordType.java"