public interface com.sun.xml.internal.bind.v2.model.runtime.RuntimeMapPropertyInfo extends com.sun.xml.internal.bind.v2.model.runtime.RuntimePropertyInfo, com.sun.xml.internal.bind.v2.model.core.MapPropertyInfo<java.lang.reflect.Type, java.lang.Class>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.bind.v2.model.runtime.RuntimeMapPropertyInfo
  super_class: java.lang.Object
{
  public abstract com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement getKeyType();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.xml.internal.bind.v2.model.runtime.RuntimeNonElement getValueType();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public com.sun.xml.internal.bind.v2.model.core.NonElement getValueType();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/NonElement;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeMapPropertyInfo.getValueType:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.xml.internal.bind.v2.model.core.NonElement getKeyType();
    descriptor: ()Lcom/sun/xml/internal/bind/v2/model/core/NonElement;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface com.sun.xml.internal.bind.v2.model.runtime.RuntimeMapPropertyInfo.getKeyType:()Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimeNonElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/runtime/RuntimePropertyInfo;Lcom/sun/xml/internal/bind/v2/model/core/MapPropertyInfo<Ljava/lang/reflect/Type;Ljava/lang/Class;>;
SourceFile: "RuntimeMapPropertyInfo.java"