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

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(V, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TV;TT;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(V, org.jooq.Field<T>);
    descriptor: (Ljava/lang/Object;Lorg/jooq/Field;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TV;Lorg/jooq/Field<TT;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(V, org.jooq.Select<? extends org.jooq.Record1<T>>);
    descriptor: (Ljava/lang/Object;Lorg/jooq/Select;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TV;Lorg/jooq/Select<+Lorg/jooq/Record1<TT;>;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(org.jooq.Field<V>, T);
    descriptor: (Lorg/jooq/Field;Ljava/lang/Object;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TV;>;TT;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(org.jooq.Field<V>, org.jooq.Field<T>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TV;>;Lorg/jooq/Field<TT;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> when(org.jooq.Field<V>, org.jooq.Select<? extends org.jooq.Record1<T>>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Select;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lorg/jooq/Field<TV;>;Lorg/jooq/Select<+Lorg/jooq/Record1<TT;>;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
              Name  Flags
      compareValue  
      result        

  public abstract <T> org.jooq.CaseWhenStep<V, T> mapValues(java.util.Map<V, T>);
    descriptor: (Ljava/util/Map;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Map<TV;TT;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      values  

  public abstract <T> org.jooq.CaseWhenStep<V, T> mapFields(java.util.Map<? extends org.jooq.Field<V>, ? extends org.jooq.Field<T>>);
    descriptor: (Ljava/util/Map;)Lorg/jooq/CaseWhenStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Map<+Lorg/jooq/Field<TV;>;+Lorg/jooq/Field<TT;>;>;)Lorg/jooq/CaseWhenStep<TV;TT;>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
        Name  Flags
      fields  
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CaseValueStep.java"