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: 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
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: getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.$assertionsDisabled:Z
ifne 2
aload 2
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: 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
aload 2
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: getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.$assertionsDisabled:Z
ifne 4
aload 0
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: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
aload 2
aload 3
invokeinterface com.sun.xml.internal.bind.v2.runtime.Transducer.declareNamespace:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
1: aload 3
aload 2
invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.endNamespaceDecls:(Ljava/lang/Object;)V
2: aload 3
invokevirtual com.sun.xml.internal.bind.v2.runtime.XMLSerializer.endAttributes:()V
3: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty.xducer:Lcom/sun/xml/internal/bind/v2/runtime/Transducer;
aload 3
aload 2
aload 0
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: return
end local 3 end local 2 end local 1 end local 0 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"