public final class com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl<BeanT> extends com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo<BeanT> implements com.sun.xml.internal.bind.v2.runtime.AttributeAccessor<BeanT>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
  super_class: com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo
{
  public final com.sun.xml.internal.bind.v2.runtime.property.Property<BeanT>[] properties;
    descriptor: [Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: [Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;

  private com.sun.xml.internal.bind.v2.runtime.property.Property<? super BeanT> idProperty;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/property/Property<-TBeanT;>;

  private com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader loader;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader loaderWithTypeSubst;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo ci;
    descriptor: Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.xml.internal.bind.v2.runtime.reflect.Accessor<? super BeanT, java.util.Map<javax.xml.namespace.QName, java.lang.String>> inheritedAttWildcard;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor<-TBeanT;Ljava/util/Map<Ljavax/xml/namespace/QName;Ljava/lang/String;>;>;

  private final com.sun.xml.internal.bind.v2.runtime.Transducer<BeanT> xducer;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/Transducer<TBeanT;>;

  public final com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl<? super BeanT> superClazz;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<-TBeanT;>;

  private final com.sun.xml.internal.bind.v2.runtime.reflect.Accessor<? super BeanT, org.xml.sax.Locator> xmlLocatorField;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor<-TBeanT;Lorg/xml/sax/Locator;>;

  private final com.sun.xml.internal.bind.v2.runtime.Name tagName;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/Name;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean retainPropertyInfo;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty<BeanT>[] attributeProperties;
    descriptor: [Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty<TBeanT;>;

  private com.sun.xml.internal.bind.v2.runtime.property.Property<BeanT>[] uriProperties;
    descriptor: [Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;

  private final java.lang.reflect.Method factoryMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[] EMPTY_PROPERTIES;
    descriptor: [Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.logging.Logger logger;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 435
            iconst_0
            anewarray com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
            putstatic com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.EMPTY_PROPERTIES:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
         1: .line 437
            invokestatic com.sun.xml.internal.bind.Util.getClassLogger:()Ljava/util/logging/Logger;
            putstatic com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.logger:Ljava/util/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=9, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl owner
        start local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo ci
         0: .line 125
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* ci */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getClazz:()Ljava/lang/Object;
            checkcast java.lang.Class
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getTypeName:()Ljavax/xml/namespace/QName;
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.isElement:()Z
            iconst_0
            iconst_1
            invokespecial com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeTypeInfo;Ljava/lang/Class;Ljavax/xml/namespace/QName;ZZZ)V
         1: .line 109
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
         2: .line 127
            aload 0 /* this */
            aload 2 /* ci */
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.ci:Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
         3: .line 128
            aload 0 /* this */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getAttributeWildcard:()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.inheritedAttWildcard:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
         4: .line 129
            aload 0 /* this */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getTransducer:()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
         5: .line 130
            aload 0 /* this */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getFactoryMethod:()Ljava/lang/reflect/Method;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
         6: .line 131
            aload 0 /* this */
            aload 1 /* owner */
            getfield com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.retainPropertyInfo:Z
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
         7: .line 134
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            ifnull 15
         8: .line 135
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getModifiers:()I
            istore 3 /* classMod */
        start local 3 // int classMod
         9: .line 137
            iload 3 /* classMod */
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 10
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifne 15
        10: .line 140
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
        11: .line 141
            goto 15
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        12: astore 4 /* e */
        start local 4 // java.lang.SecurityException e
        13: .line 143
            getstatic com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Unable to make the method of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " accessible"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* e */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        14: .line 144
            aload 4 /* e */
            athrow
        end local 4 // java.lang.SecurityException e
        end local 3 // int classMod
        15: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getBaseClass:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
            ifnonnull 17
        16: .line 151
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            goto 18
        17: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getBaseClass:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.getOrCreate:(Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;)Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
        18: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            ifnull 20
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            ifnull 20
        19: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            goto 21
        20: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getLocatorField:()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
        21: .line 161
      StackMap locals:
      StackMap stack:
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getProperties:()Ljava/util/List;
            astore 3 /* ps */
        start local 3 // java.util.Collection ps
        22: .line 162
            aload 0 /* this */
            aload 3 /* ps */
            invokeinterface java.util.Collection.size:()I
            anewarray com.sun.xml.internal.bind.v2.runtime.property.Property
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
        23: .line 163
            iconst_0
            istore 4 /* idx */
        start local 4 // int idx
        24: .line 164
            iconst_1
            istore 5 /* elementOnly */
        start local 5 // boolean elementOnly
        25: .line 165
            aload 3 /* ps */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 33
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo java.util.Collection int int top java.util.Iterator
      StackMap stack:
        26: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo
            astore 6 /* info */
        start local 6 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
        27: .line 166
            aload 1 /* owner */
            aload 6 /* info */
            invokestatic com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.create:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            astore 8 /* p */
        start local 8 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        28: .line 167
            aload 6 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.id:()Lcom/sun/xml/internal/bind/v2/model/core/ID;
            getstatic com.sun.xml.internal.bind.v2.model.core.ID.ID:Lcom/sun/xml/internal/bind/v2/model/core/ID;
            if_acmpne 30
        29: .line 168
            aload 0 /* this */
            aload 8 /* p */
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
        30: .line 169
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo java.util.Collection int int com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo java.util.Iterator com.sun.xml.internal.bind.v2.runtime.property.Property
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            iload 4 /* idx */
            iinc 4 /* idx */ 1
            aload 8 /* p */
            aastore
        31: .line 170
            iload 5 /* elementOnly */
            aload 6 /* info */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.elementOnlyContent:()Z
            iand
            istore 5 /* elementOnly */
        32: .line 171
            aload 0 /* this */
            aload 8 /* p */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.checkOverrideProperties:(Lcom/sun/xml/internal/bind/v2/runtime/property/Property;)V
        end local 8 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        end local 6 // com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo info
        33: .line 165
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo java.util.Collection int int top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 26
        34: .line 176
            aload 0 /* this */
            iload 5 /* elementOnly */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.hasElementOnlyContentModel:(Z)V
        35: .line 179
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.isElement:()Z
            ifeq 37
        36: .line 180
            aload 0 /* this */
            aload 1 /* owner */
            getfield com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.nameBuilder:Lcom/sun/xml/internal/bind/v2/runtime/NameBuilder;
            aload 2 /* ci */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getElementName:()Ljavax/xml/namespace/QName;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.NameBuilder.createElementName:(Ljavax/xml/namespace/QName;)Lcom/sun/xml/internal/bind/v2/runtime/Name;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            goto 38
        37: .line 182
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo java.util.Collection int int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
        38: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.setLifecycleFlags:()V
        39: .line 185
            return
        end local 5 // boolean elementOnly
        end local 4 // int idx
        end local 3 // java.util.Collection ps
        end local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo ci
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl owner
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   40     0         this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   40     1        owner  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
            0   40     2           ci  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
            9   15     3     classMod  I
           13   15     4            e  Ljava/lang/SecurityException;
           22   40     3           ps  Ljava/util/Collection<+Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;>;
           24   40     4          idx  I
           25   40     5  elementOnly  Z
           27   33     6         info  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
           28   33     8            p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
      Exception table:
        from    to  target  type
          10    11      12  Class java.lang.SecurityException
    MethodParameters:
       Name  Flags
      owner  
      ci     

  private void checkOverrideProperties(com.sun.xml.internal.bind.v2.runtime.property.Property);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/property/Property;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=9, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         0: .line 188
            aload 0 /* this */
            astore 2 /* bi */
        start local 2 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl bi
         1: .line 189
            goto 12
         2: .line 190
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
      StackMap stack:
            aload 2 /* bi */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            astore 3 /* props */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property[] props
         3: .line 191
            aload 3 /* props */
            ifnonnull 4
            goto 13
         4: .line 192
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
            aload 3 /* props */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.property.Property com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.property.Property[] top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
         5: aload 7
            iload 5
            aaload
            astore 4 /* superProperty */
        start local 4 // com.sun.xml.internal.bind.v2.runtime.property.Property superProperty
         6: .line 193
            aload 4 /* superProperty */
            ifnull 10
         7: .line 194
            aload 4 /* superProperty */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.getFieldName:()Ljava/lang/String;
            astore 8 /* spName */
        start local 8 // java.lang.String spName
         8: .line 195
            aload 8 /* spName */
            ifnull 10
            aload 8 /* spName */
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.getFieldName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 196
            aload 4 /* superProperty */
            iconst_1
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.setHiddenByOverride:(Z)V
        end local 8 // java.lang.String spName
        end local 4 // com.sun.xml.internal.bind.v2.runtime.property.Property superProperty
        10: .line 192
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 5
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property[] props
        12: .line 189
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl com.sun.xml.internal.bind.v2.runtime.property.Property com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
      StackMap stack:
            aload 2 /* bi */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            dup
            astore 2 /* bi */
            ifnonnull 2
        13: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl bi
        end local 1 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   14     1              p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            1   14     2             bi  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            3   12     3          props  [Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            6   10     4  superProperty  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            8   10     8         spName  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      p     

  protected void link(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl grammar
         0: .line 205
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.uriProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            ifnull 2
         1: .line 206
            return
         2: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* grammar */
            invokespecial com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo.link:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;)V
         3: .line 210
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            ifnull 5
         4: .line 211
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            aload 1 /* grammar */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.link:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;)V
         5: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* grammar */
            iconst_1
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.getLoader:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Z)Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            pop
         6: .line 216
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            ifnull 11
         7: .line 217
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            ifnonnull 9
         8: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
         9: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.hasElementOnlyContentModel:()Z
            ifne 11
        10: .line 221
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.hasElementOnlyContentModel:(Z)V
        11: .line 225
      StackMap locals:
      StackMap stack:
            new com.sun.istack.internal.FinalArrayList
            dup
            invokespecial com.sun.istack.internal.FinalArrayList.<init>:()V
            astore 2 /* attProps */
        start local 2 // java.util.List attProps
        12: .line 226
            new com.sun.istack.internal.FinalArrayList
            dup
            invokespecial com.sun.istack.internal.FinalArrayList.<init>:()V
            astore 3 /* uriProps */
        start local 3 // java.util.List uriProps
        13: .line 227
            aload 0 /* this */
            astore 4 /* bi */
        start local 4 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl bi
        14: goto 25
        15: .line 228
      StackMap locals: java.util.List java.util.List com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        16: goto 23
        17: .line 229
      StackMap locals: int
      StackMap stack:
            aload 4 /* bi */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            iload 5 /* i */
            aaload
            astore 6 /* p */
        start local 6 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        18: .line 230
            aload 6 /* p */
            instanceof com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
            ifeq 20
        19: .line 231
            aload 2 /* attProps */
            aload 6 /* p */
            checkcast com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 232
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.property.Property
      StackMap stack:
            aload 6 /* p */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.hasSerializeURIAction:()Z
            ifeq 22
        21: .line 233
            aload 3 /* uriProps */
            aload 6 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        22: .line 228
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            aload 4 /* bi */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            arraylength
            if_icmplt 17
        end local 5 // int i
        24: .line 227
            aload 4 /* bi */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            astore 4 /* bi */
      StackMap locals:
      StackMap stack:
        25: aload 4 /* bi */
            ifnonnull 15
        end local 4 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl bi
        26: .line 236
            aload 1 /* grammar */
            getfield com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.c14nSupport:Z
            ifeq 28
        27: .line 237
            aload 2 /* attProps */
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
        28: .line 239
      StackMap locals:
      StackMap stack:
            aload 2 /* attProps */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 30
        29: .line 240
            aload 0 /* this */
            getstatic com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.EMPTY_PROPERTIES:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.attributeProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
            goto 31
        30: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* attProps */
            aload 2 /* attProps */
            invokeinterface java.util.List.size:()I
            anewarray com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[]
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.attributeProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
        31: .line 244
      StackMap locals:
      StackMap stack:
            aload 3 /* uriProps */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 33
        32: .line 245
            aload 0 /* this */
            getstatic com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.EMPTY_PROPERTIES:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.uriProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            goto 34
        33: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* uriProps */
            aload 3 /* uriProps */
            invokeinterface java.util.List.size:()I
            anewarray com.sun.xml.internal.bind.v2.runtime.property.Property
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.runtime.property.Property[]
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.uriProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
        34: .line 248
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.List uriProps
        end local 2 // java.util.List attProps
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl grammar
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   35     0      this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   35     1   grammar  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
           12   35     2  attProps  Ljava/util/List<Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;>;
           13   35     3  uriProps  Ljava/util/List<Lcom/sun/xml/internal/bind/v2/runtime/property/Property;>;
           14   26     4        bi  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
           16   24     5         i  I
           18   22     6         p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
    MethodParameters:
         Name  Flags
      grammar  

  public void wrapUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
         0: .line 252
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* p */
        start local 1 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         2: .line 253
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.wrapUp:()V
        end local 1 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         3: .line 252
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 254
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.ci:Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
         6: .line 255
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo.wrapUp:()V
         7: .line 256
            return
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            2    3     1     p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;

  public java.lang.String getElementNamespaceURI(BeanT);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
         0: .line 259
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            getfield com.sun.xml.internal.bind.v2.runtime.Name.nsUri:Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0    1     1  bean  TBeanT;
    Signature: (TBeanT;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      bean  

  public java.lang.String getElementLocalName(BeanT);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
         0: .line 263
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            getfield com.sun.xml.internal.bind.v2.runtime.Name.localName:Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0    1     1  bean  TBeanT;
    Signature: (TBeanT;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      bean  

  public BeanT createInstance(com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext context
         0: .line 268
            aconst_null
            astore 2 /* bean */
        start local 2 // java.lang.Object bean
         1: .line 269
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            ifnonnull 4
         2: .line 270
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.jaxbType:Ljava/lang/Class;
            invokestatic com.sun.xml.internal.bind.v2.ClassFactory.create0:(Ljava/lang/Class;)Ljava/lang/Object;
            astore 2 /* bean */
         3: .line 271
            goto 9
         4: .line 272
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.factoryMethod:Ljava/lang/reflect/Method;
            invokestatic com.sun.xml.internal.bind.v2.ClassFactory.create:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         5: .line 273
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.jaxbType:Ljava/lang/Class;
            aload 3 /* o */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 274
            aload 3 /* o */
            astore 2 /* bean */
         7: .line 275
            goto 9
         8: .line 276
      StackMap locals: java.lang.Object
      StackMap stack:
            new java.lang.InstantiationException
            dup
            ldc "The factory method didn't return a correct object"
            invokespecial java.lang.InstantiationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.Object o
         9: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            ifnull 14
        10: .line 283
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xmlLocatorField:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            aload 2 /* bean */
            new org.xml.sax.helpers.LocatorImpl
            dup
            aload 1 /* context */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.getLocator:()Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/LocatorEx;
            invokespecial org.xml.sax.helpers.LocatorImpl.<init>:(Lorg/xml/sax/Locator;)V
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Accessor.set:(Ljava/lang/Object;Ljava/lang/Object;)V
        11: .line 284
            goto 14
      StackMap locals:
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
        12: astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
        13: .line 285
            aload 1 /* context */
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleError:(Ljava/lang/Exception;)V
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
        14: .line 287
      StackMap locals:
      StackMap stack:
            aload 2 /* bean */
            areturn
        end local 2 // java.lang.Object bean
        end local 1 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext context
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   15     1  context  Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;
            1   15     2     bean  TBeanT;
            5    9     3        o  Ljava/lang/Object;
           13   14     3        e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
          10    11      12  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.InstantiationException, org.xml.sax.SAXException
    Signature: (Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;)TBeanT;
    MethodParameters:
         Name  Flags
      context  

  public boolean reset(BeanT, com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext context
         0: .line 292
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            ifnull 2
         1: .line 293
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            aload 1 /* bean */
            aload 2 /* context */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.reset:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;)Z
            pop
         2: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* p */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         4: .line 295
            aload 3 /* p */
            aload 1 /* bean */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.reset:(Ljava/lang/Object;)V
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         5: .line 294
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 296
            iconst_1
            ireturn
         8: .line 297
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
            astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
         9: .line 298
            aload 2 /* context */
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleError:(Ljava/lang/Exception;)V
        10: .line 299
            iconst_0
            ireturn
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
        end local 2 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext context
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   11     1     bean  TBeanT;
            0   11     2  context  Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;
            4    5     3        p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;
            9   11     3        e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
           0     7       8  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws org.xml.sax.SAXException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext;)Z
    MethodParameters:
         Name  Flags
      bean     
      context  

  public java.lang.String getId(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
         0: .line 304
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            ifnull 5
         1: .line 306
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.idProperty:Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            aload 1 /* bean */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.getIdValue:(Ljava/lang/Object;)Ljava/lang/String;
         2: areturn
         3: .line 307
      StackMap locals:
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
            astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
         4: .line 308
            aload 2 /* target */
            aconst_null
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
         5: .line 311
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0    6     1    bean  TBeanT;
            0    6     2  target  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            4    5     3       e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws org.xml.sax.SAXException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)Ljava/lang/String;
    MethodParameters:
        Name  Flags
      bean    
      target  

  public void serializeRoot(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
         0: .line 315
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            ifnonnull 8
         1: .line 316
            aload 1 /* bean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 3 /* beanClass */
        start local 3 // java.lang.Class beanClass
         2: .line 318
            aload 3 /* beanClass */
            ldc Ljavax/xml/bind/annotation/XmlRootElement;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 5
         3: .line 319
            getstatic com.sun.xml.internal.bind.v2.runtime.Messages.UNABLE_TO_MARSHAL_UNBOUND_CLASS:Lcom/sun/xml/internal/bind/v2/runtime/Messages;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* beanClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.bind.v2.runtime.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         4: .line 320
            goto 6
        end local 4 // java.lang.String message
         5: .line 321
      StackMap locals: java.lang.Class
      StackMap stack:
            getstatic com.sun.xml.internal.bind.v2.runtime.Messages.UNABLE_TO_MARSHAL_NON_ELEMENT:Lcom/sun/xml/internal/bind/v2/runtime/Messages;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* beanClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.xml.internal.bind.v2.runtime.Messages.format:([Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* message */
        start local 4 // java.lang.String message
         6: .line 323
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* target */
            new javax.xml.bind.helpers.ValidationEventImpl
            dup
            iconst_1
            aload 4 /* message */
            aconst_null
            aconst_null
            invokespecial javax.xml.bind.helpers.ValidationEventImpl.<init>:(ILjava/lang/String;Ljavax/xml/bind/ValidationEventLocator;Ljava/lang/Throwable;)V
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljavax/xml/bind/ValidationEvent;)V
        end local 4 // java.lang.String message
        end local 3 // java.lang.Class beanClass
         7: .line 324
            goto 13
         8: .line 325
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.tagName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            aload 1 /* bean */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.startElement:(Lcom/sun/xml/internal/bind/v2/runtime/Name;Ljava/lang/Object;)V
         9: .line 326
            aload 2 /* target */
            aload 1 /* bean */
            aconst_null
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.childAsSoleContent:(Ljava/lang/Object;Ljava/lang/String;)V
        10: .line 327
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.endElement:()V
        11: .line 328
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
            ifeq 13
        12: .line 329
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.remove:()V
        13: .line 332
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   14     1       bean  TBeanT;
            0   14     2     target  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            2    7     3  beanClass  Ljava/lang/Class;
            4    5     4    message  Ljava/lang/String;
            6    7     4    message  Ljava/lang/String;
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException, javax.xml.stream.XMLStreamException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
        Name  Flags
      bean    
      target  

  public void serializeBody(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
         0: .line 335
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            ifnull 2
         1: .line 336
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.superClazz:Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;
            aload 1 /* bean */
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.serializeBody:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.properties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 15
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* p */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         4: .line 340
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
            ifeq 6
         5: .line 341
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            aload 3 /* p */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         6: .line 343
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer com.sun.xml.internal.bind.v2.runtime.property.Property int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
            aload 3 /* p */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.isHiddenByOverride:()Z
            istore 7 /* isThereAnOverridingProperty */
        start local 7 // boolean isThereAnOverridingProperty
         7: .line 344
            iload 7 /* isThereAnOverridingProperty */
            ifeq 8
            aload 1 /* bean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.jaxbType:Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 345
      StackMap locals: int
      StackMap stack:
            aload 3 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            aconst_null
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.serializeBody:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;)V
         9: .line 346
            goto 14
      StackMap locals:
      StackMap stack:
        10: iload 7 /* isThereAnOverridingProperty */
            ifeq 14
        11: .line 348
            aload 1 /* bean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 8 /* beanClass */
        start local 8 // java.lang.Class beanClass
        12: .line 349
            getstatic com.sun.xml.internal.bind.v2.runtime.Utils.REFLECTION_NAVIGATOR:Lcom/sun/xml/internal/bind/v2/model/nav/Navigator;
            aload 8 /* beanClass */
            aload 3 /* p */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.getFieldName:()Ljava/lang/String;
            invokeinterface com.sun.xml.internal.bind.v2.model.nav.Navigator.getDeclaredField:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            ifnonnull 14
        13: .line 350
            aload 3 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            aconst_null
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.serializeBody:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;)V
        end local 8 // java.lang.Class beanClass
        end local 7 // boolean isThereAnOverridingProperty
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        14: .line 339
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        15: iload 4
            iload 5
            if_icmplt 3
        16: .line 354
            goto 19
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
        17: astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
        18: .line 355
            aload 2 /* target */
            aconst_null
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
        19: .line 357
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   20     0                         this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   20     1                         bean  TBeanT;
            0   20     2                       target  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            4   14     3                            p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;
            7   14     7  isThereAnOverridingProperty  Z
           12   14     8                    beanClass  Ljava/lang/Class;
           18   19     3                            e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
           2    16      17  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException, javax.xml.stream.XMLStreamException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
        Name  Flags
      bean    
      target  

  public void serializeAttributes(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
         0: .line 360
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.attributeProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 15
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer top int int com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* p */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty p
         2: .line 362
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
            ifeq 8
         3: .line 363
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.getCurrentProperty:()Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            astore 7 /* parentProperty */
        start local 7 // com.sun.xml.internal.bind.v2.runtime.property.Property parentProperty
         4: .line 364
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            aload 3 /* p */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         5: .line 365
            aload 3 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.serializeAttributes:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
         6: .line 366
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            aload 7 /* parentProperty */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        end local 7 // com.sun.xml.internal.bind.v2.runtime.property.Property parentProperty
         7: .line 367
            goto 9
         8: .line 368
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty int int com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[]
      StackMap stack:
            aload 3 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.serializeAttributes:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
         9: .line 370
      StackMap locals:
      StackMap stack:
            aload 3 /* p */
            getfield com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.attName:Lcom/sun/xml/internal/bind/v2/runtime/Name;
            ldc "http://www.w3.org/2001/XMLSchema-instance"
            ldc "nil"
            invokevirtual com.sun.xml.internal.bind.v2.runtime.Name.equals:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 14
        10: .line 371
            aload 0 /* this */
            iconst_1
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.isNilIncluded:Z
        11: .line 373
            goto 14
      StackMap locals:
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
        12: astore 7 /* e */
        start local 7 // com.sun.xml.internal.bind.api.AccessorException e
        13: .line 374
            aload 2 /* target */
            aconst_null
            aload 7 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 7 // com.sun.xml.internal.bind.api.AccessorException e
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty p
        14: .line 360
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer top int int com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        15: iload 4
            iload 5
            if_icmplt 1
        16: .line 378
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.inheritedAttWildcard:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            ifnull 22
        17: .line 379
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.inheritedAttWildcard:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            aload 1 /* bean */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Accessor.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            astore 3 /* map */
        start local 3 // java.util.Map map
        18: .line 380
            aload 2 /* target */
            aload 3 /* map */
            aconst_null
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.attWildcardAsAttributes:(Ljava/util/Map;Ljava/lang/String;)V
        end local 3 // java.util.Map map
        19: .line 382
            goto 22
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
        20: astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
        21: .line 383
            aload 2 /* target */
            aconst_null
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
        22: .line 385
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   23     0            this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   23     1            bean  TBeanT;
            0   23     2          target  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            2   14     3               p  Lcom/sun/xml/internal/bind/v2/runtime/property/AttributeProperty<TBeanT;>;
            4    7     7  parentProperty  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
           13   14     7               e  Lcom/sun/xml/internal/bind/api/AccessorException;
           18   19     3             map  Ljava/util/Map<Ljavax/xml/namespace/QName;Ljava/lang/String;>;
           21   22     3               e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
           2    11      12  Class com.sun.xml.internal.bind.api.AccessorException
          16    19      20  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException, javax.xml.stream.XMLStreamException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
        Name  Flags
      bean    
      target  

  public void serializeURIs(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // java.lang.Object bean
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
         0: .line 389
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.retainPropertyInfo:Z
            ifeq 10
         1: .line 390
            aload 2 /* target */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.getCurrentProperty:()Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            astore 3 /* parentProperty */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property parentProperty
         2: .line 391
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.uriProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer com.sun.xml.internal.bind.v2.runtime.property.Property top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* p */
        start local 4 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         4: .line 392
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            aload 4 /* p */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         5: .line 393
            aload 4 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.serializeURIs:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
        end local 4 // com.sun.xml.internal.bind.v2.runtime.property.Property p
         6: .line 391
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
         8: .line 395
            aload 2 /* target */
            getfield com.sun.xml.internal.bind.v2.runtime.XMLSerializer.currentProperty:Ljava/lang/ThreadLocal;
            aload 3 /* parentProperty */
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property parentProperty
         9: .line 396
            goto 15
        10: .line 397
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.uriProperties:[Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 14
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer top int int com.sun.xml.internal.bind.v2.runtime.property.Property[]
      StackMap stack:
        11: aload 6
            iload 4
            aaload
            astore 3 /* p */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        12: .line 398
            aload 3 /* p */
            aload 1 /* bean */
            aload 2 /* target */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.property.Property.serializeURIs:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
        end local 3 // com.sun.xml.internal.bind.v2.runtime.property.Property p
        13: .line 397
            iinc 4 1
      StackMap locals:
      StackMap stack:
        14: iload 4
            iload 5
            if_icmplt 11
        15: .line 401
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl java.lang.Object com.sun.xml.internal.bind.v2.runtime.XMLSerializer
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.inheritedAttWildcard:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            ifnull 21
        16: .line 402
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.inheritedAttWildcard:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            aload 1 /* bean */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Accessor.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            astore 3 /* map */
        start local 3 // java.util.Map map
        17: .line 403
            aload 2 /* target */
            aload 3 /* map */
            aconst_null
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.attWildcardAsURIs:(Ljava/util/Map;Ljava/lang/String;)V
        end local 3 // java.util.Map map
        18: .line 405
            goto 21
      StackMap locals:
      StackMap stack: com.sun.xml.internal.bind.api.AccessorException
        19: astore 3 /* e */
        start local 3 // com.sun.xml.internal.bind.api.AccessorException e
        20: .line 406
            aload 2 /* target */
            aconst_null
            aload 3 /* e */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.reportError:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 3 // com.sun.xml.internal.bind.api.AccessorException e
        21: .line 408
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer target
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   22     1            bean  TBeanT;
            0   22     2          target  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            2    9     3  parentProperty  Lcom/sun/xml/internal/bind/v2/runtime/property/Property;
            4    6     4               p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;
           12   13     3               p  Lcom/sun/xml/internal/bind/v2/runtime/property/Property<TBeanT;>;
           17   18     3             map  Ljava/util/Map<Ljavax/xml/namespace/QName;Ljava/lang/String;>;
           20   21     3               e  Lcom/sun/xml/internal/bind/api/AccessorException;
      Exception table:
        from    to  target  type
           0    18      19  Class com.sun.xml.internal.bind.api.AccessorException
    Exceptions:
      throws org.xml.sax.SAXException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
        Name  Flags
      bean    
      target  

  public com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader getLoader(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, boolean);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Z)Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
        start local 2 // boolean typeSubstitutionCapable
         0: .line 411
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loader:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            ifnonnull 7
         1: .line 414
            new com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader
            dup
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;)V
            astore 3 /* sl */
        start local 3 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader sl
         2: .line 415
            aload 0 /* this */
            aload 3 /* sl */
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loader:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
         3: .line 416
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.ci:Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.hasSubClasses:()Z
            ifeq 5
         4: .line 417
            aload 0 /* this */
            new com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiTypeLoader
            dup
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiTypeLoader.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JaxBeanInfo;)V
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loaderWithTypeSubst:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            goto 6
         5: .line 420
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loader:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            putfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loaderWithTypeSubst:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
         6: .line 423
      StackMap locals:
      StackMap stack:
            aload 3 /* sl */
            aload 1 /* context */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.ci:Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeClassInfo;
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeClassInfo.getAttributeWildcard:()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader.init:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl;Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;)V
        end local 3 // com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader sl
         7: .line 425
      StackMap locals:
      StackMap stack:
            iload 2 /* typeSubstitutionCapable */
            ifeq 9
         8: .line 426
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loaderWithTypeSubst:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            areturn
         9: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.loader:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;
            areturn
        end local 2 // boolean typeSubstitutionCapable
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   10     0                     this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
            0   10     1                  context  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
            0   10     2  typeSubstitutionCapable  Z
            2    7     3                       sl  Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader;
    MethodParameters:
                         Name  Flags
      context                  
      typeSubstitutionCapable  

  public com.sun.xml.internal.bind.v2.runtime.Transducer<BeanT> getTransducer();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
         0: .line 432
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/ClassBeanInfoImpl<TBeanT;>;
    Signature: ()Lcom/sun/xml/internal/bind/v2/runtime/Transducer<TBeanT;>;
}
Signature: <BeanT:Ljava/lang/Object;>Lcom/sun/xml/internal/bind/v2/runtime/JaxBeanInfo<TBeanT;>;Lcom/sun/xml/internal/bind/v2/runtime/AttributeAccessor<TBeanT;>;
SourceFile: "ClassBeanInfoImpl.java"