public final class org.springframework.boot.context.properties.source.ConfigurationProperty implements org.springframework.boot.origin.OriginProvider, java.lang.Comparable<org.springframework.boot.context.properties.source.ConfigurationProperty>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.context.properties.source.ConfigurationProperty
  super_class: java.lang.Object
{
  private final org.springframework.boot.context.properties.source.ConfigurationPropertyName name;
    descriptor: Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final org.springframework.boot.origin.Origin origin;
    descriptor: Lorg/springframework/boot/origin/Origin;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.lang.Object, org.springframework.boot.origin.Origin);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/lang/Object;Lorg/springframework/boot/origin/Origin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // java.lang.Object value
        start local 3 // org.springframework.boot.origin.Origin origin
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 1 /* name */
            ldc "Name must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 45
            aload 2 /* value */
            ldc "Value must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 46
            aload 0 /* this */
            aload 1 /* name */
            putfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
         4: .line 47
            aload 0 /* this */
            aload 2 /* value */
            putfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
         5: .line 48
            aload 0 /* this */
            aload 3 /* origin */
            putfield org.springframework.boot.context.properties.source.ConfigurationProperty.origin:Lorg/springframework/boot/origin/Origin;
         6: .line 49
            return
        end local 3 // org.springframework.boot.origin.Origin origin
        end local 2 // java.lang.Object value
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            0    7     1    name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    7     2   value  Ljava/lang/Object;
            0    7     3  origin  Lorg/springframework/boot/origin/Origin;
    MethodParameters:
        Name  Flags
      name    
      value   
      origin  

  public org.springframework.boot.context.properties.source.ConfigurationPropertyName getName();
    descriptor: ()Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
         0: .line 56
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;

  public org.springframework.boot.origin.Origin getOrigin();
    descriptor: ()Lorg/springframework/boot/origin/Origin;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
         0: .line 61
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.origin:Lorg/springframework/boot/origin/Origin;
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
        start local 1 // java.lang.Object obj
         0: .line 66
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 67
            iconst_1
            ireturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 70
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.springframework.boot.context.properties.source.ConfigurationProperty
            astore 2 /* other */
        start local 2 // org.springframework.boot.context.properties.source.ConfigurationProperty other
         5: .line 73
            iconst_1
            istore 3 /* result */
        start local 3 // boolean result
         6: .line 74
            iload 3 /* result */
            ifeq 7
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 2 /* other */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: org.springframework.boot.context.properties.source.ConfigurationProperty int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 3 /* result */
         9: .line 75
            iload 3 /* result */
            ifeq 10
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
            aload 2 /* other */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 3 /* result */
        12: .line 76
            iload 3 /* result */
            ireturn
        end local 3 // boolean result
        end local 2 // org.springframework.boot.context.properties.source.ConfigurationProperty other
        end local 1 // java.lang.Object obj
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            0   13     1     obj  Ljava/lang/Object;
            5   13     2   other  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            6   13     3  result  Z
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
         0: .line 81
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokestatic org.springframework.util.ObjectUtils.nullSafeHashCode:(Ljava/lang/Object;)I
            istore 1 /* result */
        start local 1 // int result
         1: .line 82
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
            invokestatic org.springframework.util.ObjectUtils.nullSafeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         2: .line 83
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            1    3     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
         0: .line 88
            new org.springframework.core.style.ToStringCreator
            dup
            aload 0 /* this */
            invokespecial org.springframework.core.style.ToStringCreator.<init>:(Ljava/lang/Object;)V
            ldc "name"
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/core/style/ToStringCreator;
            ldc "value"
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.value:Ljava/lang/Object;
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/core/style/ToStringCreator;
         1: .line 89
            ldc "origin"
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.origin:Lorg/springframework/boot/origin/Origin;
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/core/style/ToStringCreator;
            invokevirtual org.springframework.core.style.ToStringCreator.toString:()Ljava/lang/String;
         2: .line 88
            areturn
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;

  public int compareTo(org.springframework.boot.context.properties.source.ConfigurationProperty);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationProperty other
         0: .line 94
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            aload 1 /* other */
            getfield org.springframework.boot.context.properties.source.ConfigurationProperty.name:Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationPropertyName.compareTo:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)I
            ireturn
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationProperty other
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
            0    1     1  other  Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
    MethodParameters:
       Name  Flags
      other  

  static org.springframework.boot.context.properties.source.ConfigurationProperty of(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.origin.OriginTrackedValue);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/origin/OriginTrackedValue;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 1 // org.springframework.boot.origin.OriginTrackedValue value
         0: .line 98
            aload 1 /* value */
            ifnonnull 2
         1: .line 99
            aconst_null
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationProperty
            dup
            aload 0 /* name */
            aload 1 /* value */
            invokevirtual org.springframework.boot.origin.OriginTrackedValue.getValue:()Ljava/lang/Object;
            aload 1 /* value */
            invokevirtual org.springframework.boot.origin.OriginTrackedValue.getOrigin:()Lorg/springframework/boot/origin/Origin;
            invokespecial org.springframework.boot.context.properties.source.ConfigurationProperty.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/lang/Object;Lorg/springframework/boot/origin/Origin;)V
            areturn
        end local 1 // org.springframework.boot.origin.OriginTrackedValue value
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    3     1  value  Lorg/springframework/boot/origin/OriginTrackedValue;
    MethodParameters:
       Name  Flags
      name   
      value  

  static org.springframework.boot.context.properties.source.ConfigurationProperty of(org.springframework.boot.context.properties.source.ConfigurationPropertyName, java.lang.Object, org.springframework.boot.origin.Origin);
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/lang/Object;Lorg/springframework/boot/origin/Origin;)Lorg/springframework/boot/context/properties/source/ConfigurationProperty;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 1 // java.lang.Object value
        start local 2 // org.springframework.boot.origin.Origin origin
         0: .line 105
            aload 1 /* value */
            ifnonnull 2
         1: .line 106
            aconst_null
            areturn
         2: .line 108
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.context.properties.source.ConfigurationProperty
            dup
            aload 0 /* name */
            aload 1 /* value */
            aload 2 /* origin */
            invokespecial org.springframework.boot.context.properties.source.ConfigurationProperty.<init>:(Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Ljava/lang/Object;Lorg/springframework/boot/origin/Origin;)V
            areturn
        end local 2 // org.springframework.boot.origin.Origin origin
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    3     1   value  Ljava/lang/Object;
            0    3     2  origin  Lorg/springframework/boot/origin/Origin;
    MethodParameters:
        Name  Flags
      name    
      value   
      origin  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.boot.context.properties.source.ConfigurationProperty
            invokevirtual org.springframework.boot.context.properties.source.ConfigurationProperty.compareTo:(Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/origin/OriginProvider;Ljava/lang/Comparable<Lorg/springframework/boot/context/properties/source/ConfigurationProperty;>;
SourceFile: "ConfigurationProperty.java"