public final class org.xnio.ObjectProperties$Property
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.ObjectProperties$Property
  super_class: java.lang.Object
{
  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.ObjectProperties$Property this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 149
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 150
            aload 1 /* key */
            ifnonnull 3
         2: .line 151
            new java.lang.IllegalArgumentException
            dup
            ldc "key is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 153
      StackMap locals: org.xnio.ObjectProperties$Property java.lang.String java.lang.String
      StackMap stack:
            aload 2 /* value */
            ifnonnull 5
         4: .line 154
            new java.lang.IllegalArgumentException
            dup
            ldc "value is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            putfield org.xnio.ObjectProperties$Property.key:Ljava/lang/String;
         6: .line 157
            aload 0 /* this */
            aload 2 /* value */
            putfield org.xnio.ObjectProperties$Property.value:Ljava/lang/String;
         7: .line 158
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // org.xnio.ObjectProperties$Property this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/xnio/ObjectProperties$Property;
            0    8     1    key  Ljava/lang/String;
            0    8     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  public java.lang.String getKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ObjectProperties$Property this
         0: .line 161
            aload 0 /* this */
            getfield org.xnio.ObjectProperties$Property.key:Ljava/lang/String;
            areturn
        end local 0 // org.xnio.ObjectProperties$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ObjectProperties$Property;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ObjectProperties$Property this
         0: .line 165
            aload 0 /* this */
            getfield org.xnio.ObjectProperties$Property.value:Ljava/lang/String;
            areturn
        end local 0 // org.xnio.ObjectProperties$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ObjectProperties$Property;
}
SourceFile: "ObjectProperties.java"
NestHost: org.xnio.ObjectProperties
InnerClasses:
  public final Property = org.xnio.ObjectProperties$Property of org.xnio.ObjectProperties