public class org.hibernate.boot.cfgxml.spi.MappingReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.cfgxml.spi.MappingReference
  super_class: java.lang.Object
{
  private final org.hibernate.boot.cfgxml.spi.MappingReference$Type type;
    descriptor: Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String reference;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$org$hibernate$boot$cfgxml$spi$MappingReference$Type;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(org.hibernate.boot.cfgxml.spi.MappingReference$Type, java.lang.String);
    descriptor: (Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
        start local 1 // org.hibernate.boot.cfgxml.spi.MappingReference$Type type
        start local 2 // java.lang.String reference
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* type */
            putfield org.hibernate.boot.cfgxml.spi.MappingReference.type:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
         2: .line 35
            aload 0 /* this */
            aload 2 /* reference */
            putfield org.hibernate.boot.cfgxml.spi.MappingReference.reference:Ljava/lang/String;
         3: .line 36
            return
        end local 2 // java.lang.String reference
        end local 1 // org.hibernate.boot.cfgxml.spi.MappingReference$Type type
        end local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/hibernate/boot/cfgxml/spi/MappingReference;
            0    4     1       type  Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            0    4     2  reference  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      type       
      reference  

  public org.hibernate.boot.cfgxml.spi.MappingReference$Type getType();
    descriptor: ()Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
         0: .line 39
            aload 0 /* this */
            getfield org.hibernate.boot.cfgxml.spi.MappingReference.type:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            areturn
        end local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/cfgxml/spi/MappingReference;

  public java.lang.String getReference();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
         0: .line 43
            aload 0 /* this */
            getfield org.hibernate.boot.cfgxml.spi.MappingReference.reference:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/cfgxml/spi/MappingReference;

  public static org.hibernate.boot.cfgxml.spi.MappingReference consume(org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType);
    descriptor: (Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgMappingReferenceType;)Lorg/hibernate/boot/cfgxml/spi/MappingReference;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType jaxbMapping
         0: .line 47
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getClazz:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 48
            new org.hibernate.boot.cfgxml.spi.MappingReference
            dup
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.CLASS:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getClazz:()Ljava/lang/String;
            invokespecial org.hibernate.boot.cfgxml.spi.MappingReference.<init>:(Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
            areturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getFile:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 51
            new org.hibernate.boot.cfgxml.spi.MappingReference
            dup
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.FILE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getFile:()Ljava/lang/String;
            invokespecial org.hibernate.boot.cfgxml.spi.MappingReference.<init>:(Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
            areturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getResource:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 54
            new org.hibernate.boot.cfgxml.spi.MappingReference
            dup
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.RESOURCE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getResource:()Ljava/lang/String;
            invokespecial org.hibernate.boot.cfgxml.spi.MappingReference.<init>:(Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
            areturn
         6: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getJar:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 57
            new org.hibernate.boot.cfgxml.spi.MappingReference
            dup
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.JAR:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getJar:()Ljava/lang/String;
            invokespecial org.hibernate.boot.cfgxml.spi.MappingReference.<init>:(Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
            areturn
         8: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getPackage:()Ljava/lang/String;
            invokestatic org.hibernate.internal.util.StringHelper.isNotEmpty:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 60
            new org.hibernate.boot.cfgxml.spi.MappingReference
            dup
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.PACKAGE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            aload 0 /* jaxbMapping */
            invokevirtual org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType.getPackage:()Ljava/lang/String;
            invokespecial org.hibernate.boot.cfgxml.spi.MappingReference.<init>:(Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;Ljava/lang/String;)V
            areturn
        10: .line 63
      StackMap locals:
      StackMap stack:
            new org.hibernate.internal.util.config.ConfigurationException
            dup
            ldc "<mapping/> named unexpected reference type"
            invokespecial org.hibernate.internal.util.config.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType jaxbMapping
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0  jaxbMapping  Lorg/hibernate/boot/jaxb/cfg/spi/JaxbCfgMappingReferenceType;
    MethodParameters:
             Name  Flags
      jaxbMapping  

  public void apply(org.hibernate.boot.MetadataSources);
    descriptor: (Lorg/hibernate/boot/MetadataSources;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
        start local 1 // org.hibernate.boot.MetadataSources metadataSources
         0: .line 68
            invokestatic org.hibernate.boot.cfgxml.spi.MappingReference.$SWITCH_TABLE$org$hibernate$boot$cfgxml$spi$MappingReference$Type:()[I
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getType:()Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 1
                    2: 3
                    3: 5
                    4: 9
                    5: 7
              default: 10
          }
         1: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* metadataSources */
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getReference:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.MetadataSources.addResource:(Ljava/lang/String;)Lorg/hibernate/boot/MetadataSources;
            pop
         2: .line 71
            goto 10
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* metadataSources */
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getReference:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.MetadataSources.addAnnotatedClassName:(Ljava/lang/String;)Lorg/hibernate/boot/MetadataSources;
            pop
         4: .line 75
            goto 10
         5: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* metadataSources */
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getReference:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.MetadataSources.addFile:(Ljava/lang/String;)Lorg/hibernate/boot/MetadataSources;
            pop
         6: .line 79
            goto 10
         7: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* metadataSources */
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getReference:()Ljava/lang/String;
            invokevirtual org.hibernate.boot.MetadataSources.addPackage:(Ljava/lang/String;)Lorg/hibernate/boot/MetadataSources;
            pop
         8: .line 83
            goto 10
         9: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* metadataSources */
            new java.io.File
            dup
            aload 0 /* this */
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference.getReference:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual org.hibernate.boot.MetadataSources.addJar:(Ljava/io/File;)Lorg/hibernate/boot/MetadataSources;
            pop
        10: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.hibernate.boot.MetadataSources metadataSources
        end local 0 // org.hibernate.boot.cfgxml.spi.MappingReference this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/hibernate/boot/cfgxml/spi/MappingReference;
            0   11     1  metadataSources  Lorg/hibernate/boot/MetadataSources;
    MethodParameters:
                 Name  Flags
      metadataSources  

  static int[] $SWITCH_TABLE$org$hibernate$boot$cfgxml$spi$MappingReference$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 21
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference.$SWITCH_TABLE$org$hibernate$boot$cfgxml$spi$MappingReference$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.values:()[Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.CLASS:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.FILE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.JAR:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.PACKAGE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.hibernate.boot.cfgxml.spi.MappingReference$Type.RESOURCE:Lorg/hibernate/boot/cfgxml/spi/MappingReference$Type;
            invokevirtual org.hibernate.boot.cfgxml.spi.MappingReference$Type.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.hibernate.boot.cfgxml.spi.MappingReference.$SWITCH_TABLE$org$hibernate$boot$cfgxml$spi$MappingReference$Type:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "MappingReference.java"
NestMembers:
  org.hibernate.boot.cfgxml.spi.MappingReference$Type
InnerClasses:
  public final Type = org.hibernate.boot.cfgxml.spi.MappingReference$Type of org.hibernate.boot.cfgxml.spi.MappingReference