public class org.jooq.conf.ObjectFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jooq.conf.ObjectFactory
  super_class: java.lang.Object
{
  private static final javax.xml.namespace.QName _Settings_QNAME;
    descriptor: Ljavax/xml/namespace/QName;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 27
            new javax.xml.namespace.QName
            dup
            ldc "http://www.jooq.org/xsd/jooq-runtime-3.14.0.xsd"
            ldc "settings"
            invokespecial javax.xml.namespace.QName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            putstatic org.jooq.conf.ObjectFactory._Settings_QNAME:Ljavax/xml/namespace/QName;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.jooq.conf.Settings createSettings();
    descriptor: ()Lorg/jooq/conf/Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 41
            new org.jooq.conf.Settings
            dup
            invokespecial org.jooq.conf.Settings.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.ParseSearchSchema createParseSearchSchema();
    descriptor: ()Lorg/jooq/conf/ParseSearchSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 49
            new org.jooq.conf.ParseSearchSchema
            dup
            invokespecial org.jooq.conf.ParseSearchSchema.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.InterpreterSearchSchema createInterpreterSearchSchema();
    descriptor: ()Lorg/jooq/conf/InterpreterSearchSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 57
            new org.jooq.conf.InterpreterSearchSchema
            dup
            invokespecial org.jooq.conf.InterpreterSearchSchema.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.RenderMapping createRenderMapping();
    descriptor: ()Lorg/jooq/conf/RenderMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 65
            new org.jooq.conf.RenderMapping
            dup
            invokespecial org.jooq.conf.RenderMapping.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.MappedCatalog createMappedCatalog();
    descriptor: ()Lorg/jooq/conf/MappedCatalog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 73
            new org.jooq.conf.MappedCatalog
            dup
            invokespecial org.jooq.conf.MappedCatalog.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.MappedSchema createMappedSchema();
    descriptor: ()Lorg/jooq/conf/MappedSchema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 81
            new org.jooq.conf.MappedSchema
            dup
            invokespecial org.jooq.conf.MappedSchema.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.MappedTable createMappedTable();
    descriptor: ()Lorg/jooq/conf/MappedTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 89
            new org.jooq.conf.MappedTable
            dup
            invokespecial org.jooq.conf.MappedTable.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public org.jooq.conf.RenderFormatting createRenderFormatting();
    descriptor: ()Lorg/jooq/conf/RenderFormatting;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.conf.ObjectFactory this
         0: .line 97
            new org.jooq.conf.RenderFormatting
            dup
            invokespecial org.jooq.conf.RenderFormatting.<init>:()V
            areturn
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/conf/ObjectFactory;

  public javax.xml.bind.JAXBElement<org.jooq.conf.Settings> createSettings(org.jooq.conf.Settings);
    descriptor: (Lorg/jooq/conf/Settings;)Ljavax/xml/bind/JAXBElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jooq.conf.ObjectFactory this
        start local 1 // org.jooq.conf.Settings value
         0: .line 110
            new javax.xml.bind.JAXBElement
            dup
            getstatic org.jooq.conf.ObjectFactory._Settings_QNAME:Ljavax/xml/namespace/QName;
            ldc Lorg/jooq/conf/Settings;
            aconst_null
            aload 1 /* value */
            invokespecial javax.xml.bind.JAXBElement.<init>:(Ljavax/xml/namespace/QName;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Object;)V
            areturn
        end local 1 // org.jooq.conf.Settings value
        end local 0 // org.jooq.conf.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/conf/ObjectFactory;
            0    1     1  value  Lorg/jooq/conf/Settings;
    Signature: (Lorg/jooq/conf/Settings;)Ljavax/xml/bind/JAXBElement<Lorg/jooq/conf/Settings;>;
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlElementDecl(namespace = "http://www.jooq.org/xsd/jooq-runtime-3.14.0.xsd", name = "settings")
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ObjectFactory.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlRegistry()