public interface org.springframework.http.HttpRequest extends org.springframework.http.HttpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.HttpRequest
  super_class: java.lang.Object
{
  public org.springframework.http.HttpMethod getMethod();
    descriptor: ()Lorg/springframework/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.HttpRequest this
         0: .line 41
            aload 0 /* this */
            invokeinterface org.springframework.http.HttpRequest.getMethodValue:()Ljava/lang/String;
            invokestatic org.springframework.http.HttpMethod.resolve:(Ljava/lang/String;)Lorg/springframework/http/HttpMethod;
            areturn
        end local 0 // org.springframework.http.HttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/HttpRequest;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract java.lang.String getMethodValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.net.URI getURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "HttpRequest.java"