class org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse extends org.springframework.web.servlet.function.AbstractServerResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse
  super_class: org.springframework.web.servlet.function.AbstractServerResponse
{
  private final java.util.function.BiFunction<HttpServletRequest, HttpServletResponse, org.springframework.web.servlet.ModelAndView> writeFunction;
    descriptor: Ljava/util/function/BiFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/BiFunction<LHttpServletRequest;LHttpServletResponse;Lorg/springframework/web/servlet/ModelAndView;>;

  public void <init>(int, org.springframework.http.HttpHeaders, org.springframework.util.MultiValueMap<java.lang.String, Cookie>, java.util.function.BiFunction<HttpServletRequest, HttpServletResponse, org.springframework.web.servlet.ModelAndView>);
    descriptor: (ILorg/springframework/http/HttpHeaders;Lorg/springframework/util/MultiValueMap;Ljava/util/function/BiFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.HttpServletResponse cannot be resolved\n\tThe type DefaultServerResponseBuilder must implement the inherited abstract method ServerResponse.HeadersBuilder<ServerResponse.BodyBuilder>.build(BiFunction<HttpServletRequest,HttpServletResponse,ModelAndView>)\n\tThe type DefaultServerResponseBuilder must implement the inherited abstract method ServerResponse.HeadersBuilder<ServerResponse.BodyBuilder>.cookie(Cookie)\n\tThe type DefaultServerResponseBuilder must implement the inherited abstract method ServerResponse.HeadersBuilder<ServerResponse.BodyBuilder>.cookies(Consumer<MultiValueMap<String,Cookie>>)\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tThe method cookies() from the type ServerResponse 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 DefaultServerResponseBuilder has the same erasure as cookies(Consumer<MultiValueMap<String,Cookie>>) of type ServerResponse.HeadersBuilder<B> but does not override it\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultServerResponseBuilder must override or implement a supertype method\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tThe method build(BiFunction<HttpServletRequest,HttpServletResponse,ModelAndView>) is ambiguous for the type DefaultServerResponseBuilder\n\tThis lambda expression refers to the missing type HttpServletRequest\n\tName clash: The method build(BiFunction<HttpServletRequest,HttpServletResponse,ModelAndView>) of type DefaultServerResponseBuilder has the same erasure as build(BiFunction<HttpServletRequest,HttpServletResponse,ModelAndView>) of type ServerResponse.HeadersBuilder<B> but does not override it\n\tThe method build(BiFunction<HttpServletRequest,HttpServletResponse,ModelAndView>) of type DefaultServerResponseBuilder must override or implement a supertype method\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) from the type EntityResponse.Builder<Object> refers to the missing type Cookie\n\tThis lambda expression refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) from the type EntityResponse.Builder<T> refers to the missing type Cookie\n\tThis lambda expression refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) from the type RenderingResponse.Builder refers to the missing type Cookie\n\tThis lambda expression refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) from the type RenderingResponse.Builder refers to the missing type Cookie\n\tThis lambda expression refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tThe type DefaultServerResponseBuilder.WriterFunctionResponse must implement the inherited abstract method ServerResponse.writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context)\n\tThe type DefaultServerResponseBuilder.WriterFunctionResponse must implement the inherited abstract method AbstractServerResponse.writeToInternal(HttpServletRequest, HttpServletResponse, ServerResponse.Context)\n\tThe return types are incompatible for the inherited methods ServerResponse.cookies(), AbstractServerResponse.cookies()\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerResponseBuilder$WriterFunctionResponse;
    Signature: (ILorg/springframework/http/HttpHeaders;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;LCookie;>;Ljava/util/function/BiFunction<LHttpServletRequest;LHttpServletResponse;Lorg/springframework/web/servlet/ModelAndView;>;)V
    MethodParameters:
               Name  Flags
      statusCode     
      headers        
      cookies        
      writeFunction  

  protected org.springframework.web.servlet.ModelAndView writeToInternal(HttpServletRequest, HttpServletResponse, org.springframework.web.servlet.function.ServerResponse$Context);
    descriptor: (LHttpServletRequest;LHttpServletResponse;Lorg/springframework/web/servlet/function/ServerResponse$Context;)Lorg/springframework/web/servlet/ModelAndView;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse this
         0: .line 234
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerResponseBuilder$WriterFunctionResponse;
    MethodParameters:
          Name  Flags
      request   
      response  
      context   
}
SourceFile: "DefaultServerResponseBuilder.java"
NestHost: org.springframework.web.servlet.function.DefaultServerResponseBuilder
InnerClasses:
  private WriterFunctionResponse = org.springframework.web.servlet.function.DefaultServerResponseBuilder$WriterFunctionResponse of org.springframework.web.servlet.function.DefaultServerResponseBuilder
  public abstract Context = org.springframework.web.servlet.function.ServerResponse$Context of org.springframework.web.servlet.function.ServerResponse