class org.hibernate.boot.cfgxml.internal.ConfigLoader$1 implements org.hibernate.internal.util.ValueHolder$DeferredInitializer<org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.boot.cfgxml.internal.ConfigLoader$1
  super_class: java.lang.Object
{
  final org.hibernate.boot.cfgxml.internal.ConfigLoader this$0;
    descriptor: Lorg/hibernate/boot/cfgxml/internal/ConfigLoader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.boot.cfgxml.internal.ConfigLoader);
    descriptor: (Lorg/hibernate/boot/cfgxml/internal/ConfigLoader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.boot.cfgxml.internal.ConfigLoader$1 this
         0: .line 38
            aload 0 /* this */
            aload 1
            putfield org.hibernate.boot.cfgxml.internal.ConfigLoader$1.this$0:Lorg/hibernate/boot/cfgxml/internal/ConfigLoader;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.boot.cfgxml.internal.ConfigLoader$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/cfgxml/internal/ConfigLoader$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor initialize();
    descriptor: ()Lorg/hibernate/boot/cfgxml/internal/JaxbCfgProcessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.boot.cfgxml.internal.ConfigLoader$1 this
         0: .line 41
            new org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
            dup
            aload 0 /* this */
            getfield org.hibernate.boot.cfgxml.internal.ConfigLoader$1.this$0:Lorg/hibernate/boot/cfgxml/internal/ConfigLoader;
            getfield org.hibernate.boot.cfgxml.internal.ConfigLoader.bootstrapServiceRegistry:Lorg/hibernate/boot/registry/BootstrapServiceRegistry;
            ldc Lorg/hibernate/boot/registry/classloading/spi/ClassLoaderService;
            invokeinterface org.hibernate.boot.registry.BootstrapServiceRegistry.getService:(Ljava/lang/Class;)Lorg/hibernate/service/Service;
            checkcast org.hibernate.boot.registry.classloading.spi.ClassLoaderService
            invokespecial org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.<init>:(Lorg/hibernate/boot/registry/classloading/spi/ClassLoaderService;)V
            areturn
        end local 0 // org.hibernate.boot.cfgxml.internal.ConfigLoader$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/cfgxml/internal/ConfigLoader$1;

  public java.lang.Object initialize();
    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
            invokevirtual org.hibernate.boot.cfgxml.internal.ConfigLoader$1.initialize:()Lorg/hibernate/boot/cfgxml/internal/JaxbCfgProcessor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/hibernate/internal/util/ValueHolder$DeferredInitializer<Lorg/hibernate/boot/cfgxml/internal/JaxbCfgProcessor;>;
SourceFile: "ConfigLoader.java"
EnclosingMethod: org.hibernate.boot.cfgxml.internal.ConfigLoader
NestHost: org.hibernate.boot.cfgxml.internal.ConfigLoader
InnerClasses:
  org.hibernate.boot.cfgxml.internal.ConfigLoader$1
  public abstract DeferredInitializer = org.hibernate.internal.util.ValueHolder$DeferredInitializer of org.hibernate.internal.util.ValueHolder