abstract class com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty<BeanT, ListT, ItemT> extends com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl<BeanT>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty
super_class: com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl
{
protected final com.sun.xml.internal.bind.v2.runtime.reflect.Accessor<BeanT, ListT> acc;
descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor<TBeanT;TListT;>;
protected final com.sun.xml.internal.bind.v2.runtime.reflect.Lister<BeanT, ListT, ItemT, java.lang.Object> lister;
descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister<TBeanT;TListT;TItemT;Ljava/lang/Object;>;
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/ArrayProperty;
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.ArrayProperty.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo);
descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, 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.PropertyImpl.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;)V
1: getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.$assertionsDisabled:Z
ifne 2
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.isCollection:()Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo
StackMap stack:
aload 0
3: getstatic com.sun.xml.internal.bind.v2.runtime.property.Utils.REFLECTION_NAVIGATOR:Lcom/sun/xml/internal/bind/v2/model/nav/Navigator;
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.getRawType:()Ljava/lang/reflect/Type;
invokeinterface com.sun.xml.internal.bind.v2.model.nav.Navigator.erasure:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.reflect.Type
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.id:()Lcom/sun/xml/internal/bind/v2/model/core/ID;
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.getAdapter:()Lcom/sun/xml/internal/bind/v2/model/core/Adapter;
4: invokestatic com.sun.xml.internal.bind.v2.runtime.reflect.Lister.create:(Ljava/lang/reflect/Type;Lcom/sun/xml/internal/bind/v2/model/core/ID;Lcom/sun/xml/internal/bind/v2/model/core/Adapter;)Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister;
putfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.lister:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister;
5: getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.$assertionsDisabled:Z
ifne 6
aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.lister:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister;
ifnonnull 6
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
aload 0
aload 2
invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo.getAccessor:()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
aload 1
invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Accessor.optimize:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;)Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
putfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.acc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
7: getstatic com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.$assertionsDisabled:Z
ifne 8
aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.acc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
ifnonnull 8
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayProperty<TBeanT;TListT;TItemT;>;
0 9 1 context Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
0 9 2 prop Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
MethodParameters:
Name Flags
context
prop
public void reset();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.lister:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Lister;
aload 1
aload 0
getfield com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty.acc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Lister.reset:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayProperty<TBeanT;TListT;TItemT;>;
0 2 1 o TBeanT;
Exceptions:
throws com.sun.xml.internal.bind.api.AccessorException
Signature: (TBeanT;)V
MethodParameters:
Name Flags
o
public final java.lang.String getIdValue(BeanT);
descriptor: (Ljava/lang/Object;)Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/bind/v2/runtime/property/ArrayProperty<TBeanT;TListT;TItemT;>;
0 1 1 bean TBeanT;
Signature: (TBeanT;)Ljava/lang/String;
MethodParameters:
Name Flags
bean
}
Signature: <BeanT:Ljava/lang/Object;ListT:Ljava/lang/Object;ItemT:Ljava/lang/Object;>Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyImpl<TBeanT;>;
SourceFile: "ArrayProperty.java"