public class org.springframework.boot.actuate.endpoint.web.Link
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.Link
  super_class: java.lang.Object
{
  private final java.lang.String href;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean templated;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.Link this
        start local 1 // java.lang.String href
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 1 /* href */
            ldc "HREF must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 42
            aload 0 /* this */
            aload 1 /* href */
            putfield org.springframework.boot.actuate.endpoint.web.Link.href:Ljava/lang/String;
         3: .line 43
            aload 0 /* this */
            aload 1 /* href */
            ldc "{"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            putfield org.springframework.boot.actuate.endpoint.web.Link.templated:Z
         4: .line 44
            return
        end local 1 // java.lang.String href
        end local 0 // org.springframework.boot.actuate.endpoint.web.Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/boot/actuate/endpoint/web/Link;
            0    5     1  href  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      href  

  public java.lang.String getHref();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.Link this
         0: .line 51
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.Link.href:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/Link;

  public boolean isTemplated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.Link this
         0: .line 59
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.Link.templated:Z
            ireturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/Link;

  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.actuate.endpoint.web.Link this
         0: .line 64
            new org.springframework.core.style.ToStringCreator
            dup
            aload 0 /* this */
            invokespecial org.springframework.core.style.ToStringCreator.<init>:(Ljava/lang/Object;)V
            ldc "href"
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.Link.href:Ljava/lang/String;
            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;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/Link;
}
SourceFile: "Link.java"