class org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage implements org.springframework.http.HttpInputMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage
  super_class: java.lang.Object
{
  private void <init>(org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest);
    descriptor: (Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BuiltServerRequest;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ReadListener cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.ServletInputStream cannot be resolved\n\tThe import javax.servlet.http.Cookie cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpSession cannot be resolved\n\tThe import javax.servlet.http.Part cannot be resolved\n\tThe type DefaultServerRequestBuilder must implement the inherited abstract method ServerRequest.Builder.cookies(Consumer<MultiValueMap<String,Cookie>>)\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method servletRequest() from the type ServerRequest refers to the missing type HttpServletRequest\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) is ambiguous for the type DefaultServerRequestBuilder\n\tThis lambda expression refers to the missing type Cookie\n\tThe method cookies() from the type ServerRequest refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tName clash: The method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultServerRequestBuilder has the same erasure as cookies(Consumer<MultiValueMap<String,Cookie>>) of type ServerRequest.Builder but does not override it\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultServerRequestBuilder must override or implement a supertype method\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method servletRequest() from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type HttpServletRequest\n\tPart cannot be resolved\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method bodyInternal(Type, Class<?>) from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tThe method bodyInternal(Type, Class<?>) from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type HttpMediaTypeNotSupportedException can be thrown; an exception type must be a subclass of Throwable\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from DefaultServerRequestBuilder.BodyInputStream to InputStream\n\tServletInputStream cannot be resolved to a type\n\tThe method isFinished() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method isReady() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tReadListener cannot be resolved to a type\n\tThe method read() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method read(byte[], int, int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method read(byte[]) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method skip(long) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method available() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method close() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method mark(int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method reset() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method markSupported() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.io.InputStream getBody();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
         0: .line 356
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tType mismatch: cannot convert from DefaultServerRequestBuilder.BodyInputStream to InputStream\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage;
    Exceptions:
      throws java.io.IOException

  public org.springframework.http.HttpHeaders getHeaders();
    descriptor: ()Lorg/springframework/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage;
}
SourceFile: "DefaultServerRequestBuilder.java"
NestHost: org.springframework.web.servlet.function.DefaultServerRequestBuilder
InnerClasses:
  private BuiltServerRequest = org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest of org.springframework.web.servlet.function.DefaultServerRequestBuilder
  private BuiltInputMessage = org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest$BuiltInputMessage of org.springframework.web.servlet.function.DefaultServerRequestBuilder$BuiltServerRequest