public interface org.jooq.Binding<T, U> extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Binding
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Converter<T, U> converter();
    descriptor: ()Lorg/jooq/Converter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/jooq/Converter<TT;TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public abstract void sql(org.jooq.BindingSQLContext<U>);
    descriptor: (Lorg/jooq/BindingSQLContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingSQLContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void register(org.jooq.BindingRegisterContext<U>);
    descriptor: (Lorg/jooq/BindingRegisterContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingRegisterContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void set(org.jooq.BindingSetStatementContext<U>);
    descriptor: (Lorg/jooq/BindingSetStatementContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingSetStatementContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void set(org.jooq.BindingSetSQLOutputContext<U>);
    descriptor: (Lorg/jooq/BindingSetSQLOutputContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingSetSQLOutputContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void get(org.jooq.BindingGetResultSetContext<U>);
    descriptor: (Lorg/jooq/BindingGetResultSetContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingGetResultSetContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void get(org.jooq.BindingGetStatementContext<U>);
    descriptor: (Lorg/jooq/BindingGetStatementContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingGetStatementContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public abstract void get(org.jooq.BindingGetSQLInputContext<U>);
    descriptor: (Lorg/jooq/BindingGetSQLInputContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    Signature: (Lorg/jooq/BindingGetSQLInputContext<TU;>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public static <T, U> org.jooq.Binding<T, U> of(org.jooq.Converter<T, U>, java.util.function.Consumer<? super org.jooq.BindingSQLContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetResultSetContext<U>>, java.util.function.Consumer<? super org.jooq.BindingSetStatementContext<U>>);
    descriptor: (Lorg/jooq/Converter;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Lorg/jooq/Binding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 211
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Converter<TT;TU;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSQLContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetResultSetContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSetStatementContext<TU;>;>;)Lorg/jooq/Binding<TT;TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                     Name  Flags
      converter            
      sqlContext           
      getResultSetContext  
      setStatementContext  

  public static <T, U> org.jooq.Binding<T, U> of(org.jooq.Converter<T, U>, java.util.function.Consumer<? super org.jooq.BindingSQLContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetResultSetContext<U>>, java.util.function.Consumer<? super org.jooq.BindingSetStatementContext<U>>, java.util.function.Consumer<? super org.jooq.BindingRegisterContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetStatementContext<U>>);
    descriptor: (Lorg/jooq/Converter;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Lorg/jooq/Binding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=6
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Converter<TT;TU;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSQLContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetResultSetContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSetStatementContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingRegisterContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetStatementContext<TU;>;>;)Lorg/jooq/Binding<TT;TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                     Name  Flags
      converter            
      sqlContext           
      getResultSetContext  
      setStatementContext  
      registerContext      
      getStatementContext  

  public static <T, U> org.jooq.Binding<T, U> of(org.jooq.Converter<T, U>, java.util.function.Consumer<? super org.jooq.BindingSQLContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetResultSetContext<U>>, java.util.function.Consumer<? super org.jooq.BindingSetStatementContext<U>>, java.util.function.Consumer<? super org.jooq.BindingRegisterContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetStatementContext<U>>, java.util.function.Consumer<? super org.jooq.BindingGetSQLInputContext<U>>, java.util.function.Consumer<? super org.jooq.BindingSetSQLOutputContext<U>>);
    descriptor: (Lorg/jooq/Converter;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Lorg/jooq/Binding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=8
         0: .line 257
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>(Lorg/jooq/Converter<TT;TU;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSQLContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetResultSetContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSetStatementContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingRegisterContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetStatementContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingGetSQLInputContext<TU;>;>;Ljava/util/function/Consumer<-Lorg/jooq/BindingSetSQLOutputContext<TU;>;>;)Lorg/jooq/Binding<TT;TU;>;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
                     Name  Flags
      converter            
      sqlContext           
      getResultSetContext  
      setStatementContext  
      registerContext      
      getStatementContext  
      getSqlInputContext   
      setSqlOutputContext  
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "Binding.java"
NestMembers:
  org.jooq.Binding$1