public interface org.jooq.LoaderSourceStep<R extends org.jooq.Record>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.LoaderSourceStep
  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\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\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.LoaderRowsStep<R> loadArrays([][]);
    descriptor: ([[Ljava/lang/Object;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([[Ljava/lang/Object;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      arrays  

  public abstract org.jooq.LoaderRowsStep<R> loadArrays(java.lang.Iterable<? extends java.lang.Object[]>);
    descriptor: (Ljava/lang/Iterable;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<+[Ljava/lang/Object;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      arrays  

  public abstract org.jooq.LoaderRowsStep<R> loadArrays(java.util.Iterator<? extends java.lang.Object[]>);
    descriptor: (Ljava/util/Iterator;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Iterator<+[Ljava/lang/Object;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      arrays  

  public abstract org.jooq.LoaderRowsStep<R> loadArrays(java.util.stream.Stream<? extends java.lang.Object[]>);
    descriptor: (Ljava/util/stream/Stream;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/stream/Stream<+[Ljava/lang/Object;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      arrays  

  public abstract org.jooq.LoaderRowsStep<R> loadRecords(org.jooq.Record[]);
    descriptor: ([Lorg/jooq/Record;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/jooq/Record;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.LoaderRowsStep<R> loadRecords(java.lang.Iterable<? extends org.jooq.Record>);
    descriptor: (Ljava/lang/Iterable;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Iterable<+Lorg/jooq/Record;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.LoaderRowsStep<R> loadRecords(java.util.Iterator<? extends org.jooq.Record>);
    descriptor: (Ljava/util/Iterator;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Iterator<+Lorg/jooq/Record;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.LoaderRowsStep<R> loadRecords(java.util.stream.Stream<? extends org.jooq.Record>);
    descriptor: (Ljava/util/stream/Stream;)Lorg/jooq/LoaderRowsStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/stream/Stream<+Lorg/jooq/Record;>;)Lorg/jooq/LoaderRowsStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
         Name  Flags
      records  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      file         
      charsetName  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.File, java.nio.charset.Charset);
    descriptor: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      cs    

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.File, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      dec   

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      data  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      stream       
      charsetName  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.InputStream, java.nio.charset.Charset);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      cs      

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.InputStream, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      dec     

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/Reader;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      reader  

  public abstract org.jooq.LoaderCSVStep<R> loadCSV(org.jooq.Source);
    descriptor: (Lorg/jooq/Source;)Lorg/jooq/LoaderCSVStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Source;)Lorg/jooq/LoaderCSVStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      source  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      file         
      charsetName  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.File, java.nio.charset.Charset);
    descriptor: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      cs    

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.File, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      dec   

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      data  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      stream       
      charsetName  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.InputStream, java.nio.charset.Charset);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      cs      

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.InputStream, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      dec     

  public abstract org.jooq.LoaderXMLStep<R> loadXML(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/Reader;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      reader  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(org.xml.sax.InputSource);
    descriptor: (Lorg/xml/sax/InputSource;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/xml/sax/InputSource;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      source  

  public abstract org.jooq.LoaderXMLStep<R> loadXML(org.jooq.Source);
    descriptor: (Lorg/jooq/Source;)Lorg/jooq/LoaderXMLStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Source;)Lorg/jooq/LoaderXMLStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      source  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/lang/String;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      file         
      charsetName  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.File, java.nio.charset.Charset);
    descriptor: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      cs    

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.File, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/File;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      file  
      dec   

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      data  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/lang/String;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
             Name  Flags
      stream       
      charsetName  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.InputStream, java.nio.charset.Charset);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/Charset;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      cs      

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.InputStream, java.nio.charset.CharsetDecoder);
    descriptor: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/InputStream;Ljava/nio/charset/CharsetDecoder;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      stream  
      dec     

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/io/Reader;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      reader  

  public abstract org.jooq.LoaderJSONStep<R> loadJSON(org.jooq.Source);
    descriptor: (Lorg/jooq/Source;)Lorg/jooq/LoaderJSONStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jooq/Source;)Lorg/jooq/LoaderJSONStep<TR;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      source  
}
Signature: <R::Lorg/jooq/Record;>Ljava/lang/Object;
SourceFile: "LoaderSourceStep.java"