public final class org.jooq.SQLDialect$ThirdParty
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jooq.SQLDialect$ThirdParty
  super_class: java.lang.Object
{
  final org.jooq.SQLDialect this$0;
    descriptor: Lorg/jooq/SQLDialect;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jooq.SQLDialect);
    descriptor: (Lorg/jooq/SQLDialect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.SQLDialect$ThirdParty this
         0: .line 1019
            aload 0 /* this */
            aload 1
            putfield org.jooq.SQLDialect$ThirdParty.this$0:Lorg/jooq/SQLDialect;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jooq.SQLDialect$ThirdParty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/SQLDialect$ThirdParty;
    MethodParameters:
        Name  Flags
      this$0  final

  public final java.lang.String driver();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.SQLDialect$ThirdParty this
         0: .line 1028
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.SQLDialect$ThirdParty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/SQLDialect$ThirdParty;
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()

  public final java.lang.String springDbName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.SQLDialect$ThirdParty this
         0: .line 1050
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.SQLDialect$ThirdParty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/SQLDialect$ThirdParty;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public final java.lang.String hibernateDialect();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.SQLDialect$ThirdParty this
         0: .line 1091
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.SQLDialect$ThirdParty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/SQLDialect$ThirdParty;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()
}
SourceFile: "SQLDialect.java"
NestHost: org.jooq.SQLDialect
InnerClasses:
  public final ThirdParty = org.jooq.SQLDialect$ThirdParty of org.jooq.SQLDialect