public class org.jooq.conf.MappedTable 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.MappedTable
  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
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElement(required = true)

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

  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.MappedTable this
         0: .line 48
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            areturn
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedTable;

  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.MappedTable this
        start local 1 // java.lang.String value
         0: .line 58
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
         1: .line 59
            return
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedTable;
            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.MappedTable this
         0: .line 68
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
            areturn
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedTable;

  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.MappedTable this
        start local 1 // java.util.regex.Pattern value
         0: .line 78
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
         1: .line 79
            return
        end local 1 // java.util.regex.Pattern value
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedTable;
            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.MappedTable this
         0: .line 90
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            areturn
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/MappedTable;

  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.MappedTable this
        start local 1 // java.lang.String value
         0: .line 102
            aload 0 /* this */
            aload 1 /* value */
            putfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
         1: .line 103
            return
        end local 1 // java.lang.String value
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jooq/conf/MappedTable;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

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

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

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

  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=3, locals=2, args_size=2
        start local 0 // org.jooq.conf.MappedTable this
        start local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
         0: .line 142
            aload 1 /* builder */
            ldc "input"
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.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 143
            aload 1 /* builder */
            ldc "inputExpression"
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.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 144
            aload 1 /* builder */
            ldc "output"
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.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 145
            return
        end local 1 // org.jooq.util.jaxb.tools.XMLBuilder builder
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jooq/conf/MappedTable;
            0    4     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.MappedTable this
         0: .line 149
            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 150
            aload 0 /* this */
            aload 1 /* builder */
            invokevirtual org.jooq.conf.MappedTable.appendTo:(Lorg/jooq/util/jaxb/tools/XMLBuilder;)V
         2: .line 151
            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.MappedTable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jooq/conf/MappedTable;
            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.MappedTable this
        start local 1 // java.lang.Object that
         0: .line 156
            aload 0 /* this */
            aload 1 /* that */
            if_acmpne 2
         1: .line 157
            iconst_1
            ireturn
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            ifnonnull 4
         3: .line 160
            iconst_0
            ireturn
         4: .line 162
      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 163
            iconst_0
            ireturn
         6: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            checkcast org.jooq.conf.MappedTable
            astore 2 /* other */
        start local 2 // org.jooq.conf.MappedTable other
         7: .line 166
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            ifnonnull 10
         8: .line 167
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            ifnull 12
         9: .line 168
            iconst_0
            ireturn
        10: .line 171
      StackMap locals: org.jooq.conf.MappedTable
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 172
            iconst_0
            ireturn
        12: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
            ifnonnull 15
        13: .line 176
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
            ifnull 17
        14: .line 177
            iconst_0
            ireturn
        15: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
            invokevirtual java.util.regex.Pattern.pattern:()Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.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 181
            iconst_0
            ireturn
        17: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            ifnonnull 20
        18: .line 185
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            ifnull 22
        19: .line 186
            iconst_0
            ireturn
        20: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            aload 2 /* other */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
        21: .line 190
            iconst_0
            ireturn
        22: .line 193
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.jooq.conf.MappedTable other
        end local 1 // java.lang.Object that
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lorg/jooq/conf/MappedTable;
            0   23     1   that  Ljava/lang/Object;
            7   23     2  other  Lorg/jooq/conf/MappedTable;
    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.MappedTable this
         0: .line 199
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 200
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.jooq.conf.MappedTable int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.jooq.conf.MappedTable.input:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.jooq.conf.MappedTable int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 201
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.inputExpression:Ljava/util/regex/Pattern;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield org.jooq.conf.MappedTable.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.MappedTable int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 202
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield org.jooq.conf.MappedTable.output:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.jooq.conf.MappedTable int
      StackMap stack: int int
         9: iadd
            istore 1 /* result */
        10: .line 203
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.jooq.conf.MappedTable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/jooq/conf/MappedTable;
            1   11     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: "MappedTable.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 = "MappedTable", propOrder = {})