public final class com.sun.xml.internal.bind.v2.runtime.property.ValueProperty<BeanT> extends com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl<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.property.ValueProperty
  super_class: com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl
{
  private final com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor<BeanT> xacc;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor<TBeanT;>;

  private final com.sun.xml.internal.bind.v2.runtime.reflect.Accessor<BeanT, ?> acc;
    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;*>;

  public void <init>(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl, com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
        start local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo prop
         0: .line 65
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* prop */
            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: .line 66
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* prop */
            invokestatic com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.get:(Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElementRef;)Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            putfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
         2: .line 67
            aload 0 /* this */
            aload 2 /* prop */
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo.getAccessor:()Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            putfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.acc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
         3: .line 68
            return
        end local 2 // com.sun.xml.internal.bind.v2.model.runtime.RuntimeValuePropertyInfo prop
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    4     1  context  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
            0    4     2     prop  Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeValuePropertyInfo;
    MethodParameters:
         Name  Flags
      context  
      prop     

  public final void serializeBody(BeanT, com.sun.xml.internal.bind.v2.runtime.XMLSerializer, );
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // java.lang.Object o
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
        start local 3 // java.lang.Object outerPeer
         0: .line 71
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            aload 1 /* o */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.hasValue:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 72
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            aload 2 /* w */
            aload 1 /* o */
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.fieldName:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.writeText:(Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object outerPeer
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
        end local 1 // java.lang.Object o
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    3     1          o  TBeanT;
            0    3     2          w  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
            0    3     3  outerPeer  Ljava/lang/Object;
    Exceptions:
      throws org.xml.sax.SAXException, com.sun.xml.internal.bind.api.AccessorException, java.io.IOException, javax.xml.stream.XMLStreamException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;Ljava/lang/Object;)V
    MethodParameters:
           Name  Flags
      o          
      w          
      outerPeer  

  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=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // java.lang.Object o
        start local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
         0: .line 76
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            aload 1 /* o */
            aload 2 /* w */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.declareNamespace:(Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
         1: .line 77
            return
        end local 2 // com.sun.xml.internal.bind.v2.runtime.XMLSerializer w
        end local 1 // java.lang.Object o
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    2     1     o  TBeanT;
            0    2     2     w  Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;
    Exceptions:
      throws org.xml.sax.SAXException, com.sun.xml.internal.bind.api.AccessorException
    Signature: (TBeanT;Lcom/sun/xml/internal/bind/v2/runtime/XMLSerializer;)V
    MethodParameters:
      Name  Flags
      o     
      w     

  public boolean hasSerializeURIAction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
         0: .line 80
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.useNamespace:()Z
            ireturn
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;

  public void buildChildElementUnmarshallers(com.sun.xml.internal.bind.v2.runtime.property.UnmarshallerChain, com.sun.xml.internal.bind.v2.util.QNameMap<com.sun.xml.internal.bind.v2.runtime.unmarshaller.ChildLoader>);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain;Lcom/sun/xml/internal/bind/v2/util/QNameMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.property.UnmarshallerChain chainElem
        start local 2 // com.sun.xml.internal.bind.v2.util.QNameMap handlers
         0: .line 84
            aload 2 /* handlers */
            getstatic com.sun.xml.internal.bind.v2.runtime.property.StructureLoaderBuilder.TEXT_HANDLER:Ljavax/xml/namespace/QName;
         1: .line 85
            new com.sun.xml.internal.bind.v2.runtime.unmarshaller.ChildLoader
            dup
            new com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;)V
            aconst_null
            invokespecial com.sun.xml.internal.bind.v2.runtime.unmarshaller.ChildLoader.<init>:(Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader;Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/Receiver;)V
         2: .line 84
            invokevirtual com.sun.xml.internal.bind.v2.util.QNameMap.put:(Ljavax/xml/namespace/QName;Ljava/lang/Object;)V
         3: .line 86
            return
        end local 2 // com.sun.xml.internal.bind.v2.util.QNameMap handlers
        end local 1 // com.sun.xml.internal.bind.v2.runtime.property.UnmarshallerChain chainElem
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    4     1  chainElem  Lcom/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain;
            0    4     2   handlers  Lcom/sun/xml/internal/bind/v2/util/QNameMap<Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader;>;
    Signature: (Lcom/sun/xml/internal/bind/v2/runtime/property/UnmarshallerChain;Lcom/sun/xml/internal/bind/v2/util/QNameMap<Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/ChildLoader;>;)V
    MethodParameters:
           Name  Flags
      chainElem  
      handlers   

  public com.sun.xml.internal.bind.v2.model.core.PropertyKind getKind();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
         0: .line 89
            getstatic com.sun.xml.internal.bind.v2.model.core.PropertyKind.VALUE:Lcom/sun/xml/internal/bind/v2/model/core/PropertyKind;
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;

  public void reset();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // java.lang.Object o
         0: .line 93
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.acc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            aload 1 /* o */
            aconst_null
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.Accessor.set:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 94
            return
        end local 1 // java.lang.Object o
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    2     1     o  TBeanT;
    Exceptions:
      throws com.sun.xml.internal.bind.api.AccessorException
    Signature: (TBeanT;)V
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String getIdValue(BeanT);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
        start local 1 // java.lang.Object bean
         0: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.property.ValueProperty.xacc:Lcom/sun/xml/internal/bind/v2/runtime/reflect/TransducedAccessor;
            aload 1 /* bean */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor.print:(Ljava/lang/Object;)Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object bean
        end local 0 // com.sun.xml.internal.bind.v2.runtime.property.ValueProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/property/ValueProperty<TBeanT;>;
            0    1     1  bean  TBeanT;
    Exceptions:
      throws com.sun.xml.internal.bind.api.AccessorException, org.xml.sax.SAXException
    Signature: (TBeanT;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      bean  

  public boolean isHiddenByOverride();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.isHiddenByOverride:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String getFieldName();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.getFieldName:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.runtime.reflect.Accessor getElementPropertyAccessor(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.getElementPropertyAccessor:(Ljava/lang/String;Ljava/lang/String;)Lcom/sun/xml/internal/bind/v2/runtime/reflect/Accessor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void wrapUp();
    descriptor: ()V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.wrapUp:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setHiddenByOverride(boolean);
    descriptor: (Z)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.setHiddenByOverride:(Z)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo getInfo();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl.getInfo:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <BeanT:Ljava/lang/Object;>Lcom/sun/xml/internal/bind/v2/runtime/property/PropertyImpl<TBeanT;>;
SourceFile: "ValueProperty.java"