public class org.jooq.conf.MappedSchema extends org.jooq.conf.SettingsBase implements java.io.Serializable, java.lang.Cloneable, org.jooq.util.jaxb.tools.XMLAppendable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jooq.conf.MappedSchema
  super_class: org.jooq.conf.SettingsBase
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 31400

  protected java.lang.String input;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.regex.Pattern inputExpression;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElement(type = Ljava/lang/String;)
      javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(value = Lorg/jooq/conf/RegexAdapter;)

  protected java.lang.String output;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.List<org.jooq.conf.MappedTable> tables;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Lorg/jooq/conf/MappedTable;>;
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElementWrapper(name = "tables")
      javax.xml.bind.annotation.XmlElement(name = "table")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 32
            aload 0 /* this */
            invokespecial org.jooq.conf.SettingsBase.<init>:()V
            return
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedSchema;

  public java.lang.String getInput();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 54
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            areturn
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedSchema;

  public void setInput(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.lang.String value
         0: .line 64
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
         1: .line 65
            return
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.util.regex.Pattern getInputExpression();
    descriptor: ()Ljava/util/regex/Pattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 74
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            areturn
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedSchema;

  public void setInputExpression(java.util.regex.Pattern);
    descriptor: (Ljava/util/regex/Pattern;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.util.regex.Pattern value
         0: .line 84
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
         1: .line 85
            return
        end local 1 // java.util.regex.Pattern value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/util/regex/Pattern;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String getOutput();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 97
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            areturn
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedSchema;

  public void setOutput(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.lang.String value
         0: .line 110
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
         1: .line 111
            return
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.util.List<org.jooq.conf.MappedTable> getTables();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 114
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            ifnonnull 2
         1: .line 115
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            areturn
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jooq/conf/MappedSchema;
    Signature: ()Ljava/util/List<Lorg/jooq/conf/MappedTable;>;

  public void setTables(java.util.List<org.jooq.conf.MappedTable>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.util.List tables
         0: .line 121
            aload 0 /* this */
            aload 1 /* tables */
            putfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
         1: .line 122
            return
        end local 1 // java.util.List tables
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jooq/conf/MappedSchema;
            0    2     1  tables  Ljava/util/List<Lorg/jooq/conf/MappedTable;>;
    Signature: (Ljava/util/List<Lorg/jooq/conf/MappedTable;>;)V
    MethodParameters:
        Name  Flags
      tables  

  public org.jooq.conf.MappedSchema withInput(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.lang.String value
         0: .line 131
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jooq.conf.MappedSchema.setInput:(Ljava/lang/String;)V
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public org.jooq.conf.MappedSchema withInputExpression(java.util.regex.Pattern);
    descriptor: (Ljava/util/regex/Pattern;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.util.regex.Pattern value
         0: .line 142
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jooq.conf.MappedSchema.setInputExpression:(Ljava/util/regex/Pattern;)V
         1: .line 143
            aload 0 /* this */
            areturn
        end local 1 // java.util.regex.Pattern value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/util/regex/Pattern;
    MethodParameters:
       Name  Flags
      value  

  public org.jooq.conf.MappedSchema withOutput(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.lang.String value
         0: .line 156
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.jooq.conf.MappedSchema.setOutput:(Ljava/lang/String;)V
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedSchema;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public org.jooq.conf.MappedSchema withTables(org.jooq.conf.MappedTable[]);
    descriptor: ([Lorg/jooq/conf/MappedTable;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // org.jooq.conf.MappedTable[] values
         0: .line 161
            aload 1 /* values */
            ifnull 6
         1: .line 162
            aload 1 /* values */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.jooq.conf.MappedSchema org.jooq.conf.MappedTable[] top int int org.jooq.conf.MappedTable[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* value */
        start local 2 // org.jooq.conf.MappedTable value
         3: .line 163
            aload 0 /* this */
            invokevirtual org.jooq.conf.MappedSchema.getTables:()Ljava/util/List;
            aload 2 /* value */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.jooq.conf.MappedTable value
         4: .line 162
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 166
      StackMap locals: org.jooq.conf.MappedSchema org.jooq.conf.MappedTable[]
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.jooq.conf.MappedTable[] values
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jooq/conf/MappedSchema;
            0    7     1  values  [Lorg/jooq/conf/MappedTable;
            3    4     2   value  Lorg/jooq/conf/MappedTable;
    MethodParameters:
        Name  Flags
      values  

  public org.jooq.conf.MappedSchema withTables(java.util.Collection<org.jooq.conf.MappedTable>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.util.Collection values
         0: .line 170
            aload 1 /* values */
            ifnull 2
         1: .line 171
            aload 0 /* this */
            invokevirtual org.jooq.conf.MappedSchema.getTables:()Ljava/util/List;
            aload 1 /* values */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection values
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jooq/conf/MappedSchema;
            0    3     1  values  Ljava/util/Collection<Lorg/jooq/conf/MappedTable;>;
    Signature: (Ljava/util/Collection<Lorg/jooq/conf/MappedTable;>;)Lorg/jooq/conf/MappedSchema;
    MethodParameters:
        Name  Flags
      values  

  public org.jooq.conf.MappedSchema withTables(java.util.List<org.jooq.conf.MappedTable>);
    descriptor: (Ljava/util/List;)Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.util.List tables
         0: .line 177
            aload 0 /* this */
            aload 1 /* tables */
            invokevirtual org.jooq.conf.MappedSchema.setTables:(Ljava/util/List;)V
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // java.util.List tables
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jooq/conf/MappedSchema;
            0    2     1  tables  Ljava/util/List<Lorg/jooq/conf/MappedTable;>;
    Signature: (Ljava/util/List<Lorg/jooq/conf/MappedTable;>;)Lorg/jooq/conf/MappedSchema;
    MethodParameters:
        Name  Flags
      tables  

  public final void appendTo(org.jooq.util.jaxb.tools.XMLBuilder);
    descriptor: (Lorg/jooq/util/jaxb/tools/XMLBuilder;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
         0: .line 183
            aload 1 /* builder */
            ldc "input"
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            invokevirtual org.jooq.util.jaxb.tools.XMLBuilder.append:(Ljava/lang/String;Ljava/lang/String;)Lorg/jooq/util/jaxb/tools/XMLBuilder;
            pop
         1: .line 184
            aload 1 /* builder */
            ldc "inputExpression"
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            invokevirtual org.jooq.util.jaxb.tools.XMLBuilder.append:(Ljava/lang/String;Ljava/util/regex/Pattern;)Lorg/jooq/util/jaxb/tools/XMLBuilder;
            pop
         2: .line 185
            aload 1 /* builder */
            ldc "output"
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            invokevirtual org.jooq.util.jaxb.tools.XMLBuilder.append:(Ljava/lang/String;Ljava/lang/String;)Lorg/jooq/util/jaxb/tools/XMLBuilder;
            pop
         3: .line 186
            aload 1 /* builder */
            ldc "tables"
            ldc "table"
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            invokevirtual org.jooq.util.jaxb.tools.XMLBuilder.append:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lorg/jooq/util/jaxb/tools/XMLBuilder;
            pop
         4: .line 187
            return
        end local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jooq/conf/MappedSchema;
            0    5     1  builder  Lorg/jooq/util/jaxb/tools/XMLBuilder;
    MethodParameters:
         Name  Flags
      builder  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 191
            invokestatic org.jooq.util.jaxb.tools.XMLBuilder.nonFormatting:()Lorg/jooq/util/jaxb/tools/XMLBuilder;
            astore 1 /* builder */
        start local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
         1: .line 192
            aload 0 /* this */
            aload 1 /* builder */
            invokevirtual org.jooq.conf.MappedSchema.appendTo:(Lorg/jooq/util/jaxb/tools/XMLBuilder;)V
         2: .line 193
            aload 1 /* builder */
            invokevirtual org.jooq.util.jaxb.tools.XMLBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jooq/conf/MappedSchema;
            1    3     1  builder  Lorg/jooq/util/jaxb/tools/XMLBuilder;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jooq.conf.MappedSchema this
        start local 1 // java.lang.Object that
         0: .line 198
            aload 0 /* this */
            aload 1 /* that */
            if_acmpne 2
         1: .line 199
            iconst_1
            ireturn
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            ifnonnull 4
         3: .line 202
            iconst_0
            ireturn
         4: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* that */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 205
            iconst_0
            ireturn
         6: .line 207
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            checkcast org.jooq.conf.MappedSchema
            astore 2 /* other */
        start local 2 // org.jooq.conf.MappedSchema other
         7: .line 208
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            ifnonnull 10
         8: .line 209
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            ifnull 12
         9: .line 210
            iconst_0
            ireturn
        10: .line 213
      StackMap locals: org.jooq.conf.MappedSchema
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 214
            iconst_0
            ireturn
        12: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            ifnonnull 15
        13: .line 218
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            ifnull 17
        14: .line 219
            iconst_0
            ireturn
        15: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            invokevirtual java.util.regex.Pattern.pattern:()Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            invokevirtual java.util.regex.Pattern.pattern:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 223
            iconst_0
            ireturn
        17: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            ifnonnull 20
        18: .line 227
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            ifnull 22
        19: .line 228
            iconst_0
            ireturn
        20: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 232
            iconst_0
            ireturn
        22: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            ifnonnull 25
        23: .line 236
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            ifnull 27
        24: .line 237
            iconst_0
            ireturn
        25: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            aload 2 /* other */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 27
        26: .line 241
            iconst_0
            ireturn
        27: .line 244
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.jooq.conf.MappedSchema other
        end local 1 // java.lang.Object that
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   28     0   this  Lorg/jooq/conf/MappedSchema;
            0   28     1   that  Ljava/lang/Object;
            7   28     2  other  Lorg/jooq/conf/MappedSchema;
    MethodParameters:
      Name  Flags
      that  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jooq.conf.MappedSchema this
         0: .line 250
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 251
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.jooq.conf.MappedSchema int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.input:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.jooq.conf.MappedSchema int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 252
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.inputExpression:Ljava/util/regex/Pattern;
            invokevirtual java.util.regex.Pattern.pattern:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.jooq.conf.MappedSchema int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 253
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.output:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.jooq.conf.MappedSchema int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 254
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals:
      StackMap stack: int
        11: aload 0 /* this */
            getfield org.jooq.conf.MappedSchema.tables:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
      StackMap locals: org.jooq.conf.MappedSchema int
      StackMap stack: int int
        12: iadd
            istore 1 /* result */
        13: .line 255
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.jooq.conf.MappedSchema this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/jooq/conf/MappedSchema;
            1   14     1  result  I

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.jooq.conf.SettingsBase.clone:()Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MappedSchema.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)
      javax.xml.bind.annotation.XmlType(name = "MappedSchema", propOrder = {})