final class com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty<BeanT, ListT, ItemT> extends com.sun.xml.internal.bind.v2.runtime.property.ArrayElementProperty<BeanT, ListT, ItemT>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty
  super_class: com.sun.xml.internal.bind.v2.runtime.property.ArrayElementProperty
{
  private final com.sun.xml.internal.bind.v2.runtime.Transducer<ItemT> 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<TItemT;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            ldc Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl p
        start local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo prop
         0: .line 55
            aload 0 /* this */
            aload 1 /* p */
            aload 2 /* prop */
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.ArrayElementProperty.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo;)V
         1: .line 58
            getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.$assertionsDisabled:Z
            ifne 2
            aload 2 /* prop */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo.getTypes:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 61
      StackMap locals: com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo
      StackMap stack:
            aload 0 /* this */
            aload 2 /* prop */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo.getTypes:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeRef
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeTypeRef.getTransducer:()Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            putfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
         3: .line 62
            getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeElementPropertyInfo prop
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl p
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty<TBeanT;TListT;TItemT;>;
            0    5     1     p  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
            0    5     2  prop  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeElementPropertyInfo;
    MethodParameters:
      Name  Flags
      p     
      prop  

  public void serializeItem(com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo, ItemT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JaxBeanInfo;Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo bi
        start local 2 // java.lang.Object item
        start local 3 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
         0: .line 66
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            aload 2 /* item */
            aload 3 /* w */
            invokeinterface com.sun.xml.internal.bind.v2.runtime.Transducer.declareNamespace:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
         1: .line 67
            aload 3 /* w */
            aload 2 /* item */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.endNamespaceDecls:(Ljava/lang/Object;)V
         2: .line 68
            aload 3 /* w */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.endAttributes:()V
         3: .line 71
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
            aload 3 /* w */
            aload 2 /* item */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.fieldName:Ljava/lang/String;
            invokeinterface com.sun.xml.internal.bind.v2.runtime.Transducer.writeText:(Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;Ljava/lang/String;)V
         4: .line 72
            return
        end local 3 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
        end local 2 // java.lang.Object item
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo bi
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementLeafProperty<TBeanT;TListT;TItemT;>;
            0    5     1    bi  Lcom/sun/xml/internal/bind/v2/runtime/JaxBeanInfo;
            0    5     2  item  TItemT;
            0    5     3     w  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
    Exceptions:
      throws org.xml.sax.SAXException, com.sun.xml.internal.bind.api.AccessorException, java.io.IOException, javax.xml.stream.XMLStreamException
    Signature: (Lcom/sun/xml/internal/bind/v2/runtime/JaxBeanInfo;TItemT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
      Name  Flags
      bi    
      item  
      w     
}
Signature: <BeanT:Ljava/lang/Object;ListT:Ljava/lang/Object;ItemT:Ljava/lang/Object;>Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayElementProperty<TBeanT;TListT;TItemT;>;
SourceFile: "ArrayElementLeafProperty.java"