class org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource implements org.springframework.core.io.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource
  super_class: java.lang.Object
{
  private static final byte[] EMPTY;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.core.io.Resource delegate;
    descriptor: Lorg/springframework/core/io/Resource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 75
            iconst_0
            newarray 8
            putstatic org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.EMPTY:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.springframework.core.io.Resource);
    descriptor: (Lorg/springframework/core/io/Resource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
        start local 1 // org.springframework.core.io.Resource delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
         2: .line 81
            return
        end local 1 // org.springframework.core.io.Resource delegate
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
            0    3     1  delegate  Lorg/springframework/core/io/Resource;
    MethodParameters:
          Name  Flags
      delegate  

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 85
            new java.io.ByteArrayInputStream
            dup
            getstatic org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.EMPTY:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public boolean exists();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 92
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.exists:()Z
            ireturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;

  public java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 97
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getURL:()Ljava/net/URL;
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 102
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getURI:()Ljava/net/URI;
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 107
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getFile:()Ljava/io/File;
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public long contentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 112
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.contentLength:()J
            lreturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public long lastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 117
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.lastModified:()J
            lreturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    Exceptions:
      throws java.io.IOException

  public org.springframework.core.io.Resource createRelative(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/core/io/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
        start local 1 // java.lang.String relativePath
         0: .line 122
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            aload 1 /* relativePath */
            invokeinterface org.springframework.core.io.Resource.createRelative:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;
            areturn
        end local 1 // java.lang.String relativePath
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
            0    1     1  relativePath  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      relativePath  

  public java.lang.String getFilename();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 128
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getFilename:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
         0: .line 133
            aload 0 /* this */
            getfield org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource.delegate:Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getDescription:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/ResourceHandlerFunction$HeadMethodResource;
}
SourceFile: "ResourceHandlerFunction.java"
NestHost: org.springframework.web.servlet.function.ResourceHandlerFunction
InnerClasses:
  private HeadMethodResource = org.springframework.web.servlet.function.ResourceHandlerFunction$HeadMethodResource of org.springframework.web.servlet.function.ResourceHandlerFunction