final class org.springframework.web.servlet.function.DefaultEntityResponseBuilder<T> implements org.springframework.web.servlet.function.EntityResponse$Builder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.web.servlet.function.DefaultEntityResponseBuilder
  super_class: java.lang.Object
{
  private static final java.lang.reflect.Type RESOURCE_REGION_LIST_TYPE;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final T entity;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final java.lang.reflect.Type entityType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int status;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.springframework.http.HttpHeaders headers;
    descriptor: Lorg/springframework/http/HttpHeaders;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.util.MultiValueMap<java.lang.String, Cookie> cookies;
    descriptor: Lorg/springframework/util/MultiValueMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/util/MultiValueMap<Ljava/lang/String;LCookie;>;

  private void <init>(T, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ServletException 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.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponseWrapper cannot be resolved\n\tThe import org.reactivestreams.Publisher cannot be resolved\n\tThe import org.reactivestreams.Subscriber cannot be resolved\n\tThe import org.reactivestreams.Subscription cannot be resolved\n\tThe type DefaultEntityResponseBuilder<T> must implement the inherited abstract method EntityResponse.Builder<T>.cookie(Cookie)\n\tThe type DefaultEntityResponseBuilder<T> must implement the inherited abstract method EntityResponse.Builder<T>.cookies(Consumer<MultiValueMap<String,Cookie>>)\n\tCookie cannot be resolved to a type\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 DefaultEntityResponseBuilder<T> has the same erasure as cookies(Consumer<MultiValueMap<String,Cookie>>) of type EntityResponse.Builder<T> but does not override it\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultEntityResponseBuilder<T> must override or implement a supertype method\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tType mismatch: cannot convert from Publisher<Object> to Publisher<T>\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tThe type DefaultEntityResponseBuilder.DefaultEntityResponse<T> must implement the inherited abstract method ServerResponse.writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context)\n\tThe type DefaultEntityResponseBuilder.DefaultEntityResponse<T> 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\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method getServletResponse() from the type ServletServerHttpResponse refers to the missing type HttpServletResponse\n\tThe method getServletResponse() from the type ServletServerHttpResponse refers to the missing type HttpServletResponse\n\tNo exception of type HttpMediaTypeNotAcceptableException can be thrown; an exception type must be a subclass of Throwable\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\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tServletException cannot be resolved to a type\n\tThe return types are incompatible for the inherited methods ServerResponse.cookies(), AbstractServerResponse.cookies()\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\tServletException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe return types are incompatible for the inherited methods ServerResponse.cookies(), AbstractServerResponse.cookies()\n\tPublisher cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method entity() from the type DefaultEntityResponseBuilder.DefaultEntityResponse<Publisher<T>> refers to the missing type Publisher\n\tSubscriber cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tSubscription 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\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tThe method onNext(T) of type DefaultEntityResponseBuilder.PublisherEntityResponse<T>.DeferredResultSubscriber must override or implement a supertype method\n\tSubscription cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tSubscription cannot be resolved to a type\n\tThe method onError(Throwable) of type DefaultEntityResponseBuilder.PublisherEntityResponse<T>.DeferredResultSubscriber must override or implement a supertype method\n\tThe method onComplete() of type DefaultEntityResponseBuilder.PublisherEntityResponse<T>.DeferredResultSubscriber must override or implement a supertype method\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tThe method addIntHeader(String, int) of type DefaultEntityResponseBuilder.PublisherEntityResponse.NoContentLengthResponseWrapper must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method addHeader(String, String) of type DefaultEntityResponseBuilder.PublisherEntityResponse.NoContentLengthResponseWrapper must override or implement a supertype method\n\tHttpServletResponseWrapper cannot be resolved to a type\n\tThe method setContentLength(int) of type DefaultEntityResponseBuilder.PublisherEntityResponse.NoContentLengthResponseWrapper must override or implement a supertype method\n\tThe method setContentLengthLong(long) of type DefaultEntityResponseBuilder.PublisherEntityResponse.NoContentLengthResponseWrapper 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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (TT;Ljava/lang/reflect/Type;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      entity      
      entityType  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> status(org.springframework.http.HttpStatus);
    descriptor: (Lorg/springframework/http/HttpStatus;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 97
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Lorg/springframework/http/HttpStatus;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
        Name  Flags
      status  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> status(int);
    descriptor: (I)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 104
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (I)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
        Name  Flags
      status  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> cookie(Cookie);
    descriptor: (LCookie;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCookie cannot be resolved to a type\n\tCookie 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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (LCookie;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
        Name  Flags
      cookie  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> cookies(java.util.function.Consumer<org.springframework.util.MultiValueMap<java.lang.String, Cookie>>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tName clash: The method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultEntityResponseBuilder<T> has the same erasure as cookies(Consumer<MultiValueMap<String,Cookie>>) of type EntityResponse.Builder<T> but does not override it\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultEntityResponseBuilder<T> must override or implement a supertype method\n\tCookie cannot be resolved to a type\n\tCookie 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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/util/MultiValueMap<Ljava/lang/String;LCookie;>;>;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
                 Name  Flags
      cookiesConsumer  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> header(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 124
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> headers(java.util.function.Consumer<org.springframework.http.HttpHeaders>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 132
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/http/HttpHeaders;>;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
                 Name  Flags
      headersConsumer  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> allow(org.springframework.http.HttpMethod[]);
    descriptor: ([Lorg/springframework/http/HttpMethod;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 138
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: ([Lorg/springframework/http/HttpMethod;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
                Name  Flags
      allowedMethods  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> allow(java.util.Set<org.springframework.http.HttpMethod>);
    descriptor: (Ljava/util/Set;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 144
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/util/Set<Lorg/springframework/http/HttpMethod;>;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
                Name  Flags
      allowedMethods  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> contentLength(long);
    descriptor: (J)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 150
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (J)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
               Name  Flags
      contentLength  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> contentType(org.springframework.http.MediaType);
    descriptor: (Lorg/springframework/http/MediaType;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 156
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Lorg/springframework/http/MediaType;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
             Name  Flags
      contentType  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> eTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 162
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
      Name  Flags
      etag  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> lastModified(java.time.ZonedDateTime);
    descriptor: (Ljava/time/ZonedDateTime;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 174
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/time/ZonedDateTime;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
              Name  Flags
      lastModified  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> lastModified(java.time.Instant);
    descriptor: (Ljava/time/Instant;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 180
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/time/Instant;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
              Name  Flags
      lastModified  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> location(java.net.URI);
    descriptor: (Ljava/net/URI;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 186
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Ljava/net/URI;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
          Name  Flags
      location  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> cacheControl(org.springframework.http.CacheControl);
    descriptor: (Lorg/springframework/http/CacheControl;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 192
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: (Lorg/springframework/http/CacheControl;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
              Name  Flags
      cacheControl  

  public org.springframework.web.servlet.function.EntityResponse$Builder<T> varyBy(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 198
            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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: ([Ljava/lang/String;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
                Name  Flags
      requestHeaders  

  public org.springframework.web.servlet.function.EntityResponse<T> build();
    descriptor: ()Lorg/springframework/web/servlet/function/EntityResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultEntityResponseBuilder this
         0: .line 208
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCookie cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tType mismatch: cannot convert from Publisher<Object> to Publisher<T>\n\tCookie cannot be resolved to a type\n\tCookie 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.DefaultEntityResponseBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultEntityResponseBuilder<TT;>;
    Signature: ()Lorg/springframework/web/servlet/function/EntityResponse<TT;>;

  public static <T> org.springframework.web.servlet.function.EntityResponse$Builder<T> fromObject(T);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 225
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
      Name  Flags
      t     

  public static <T> org.springframework.web.servlet.function.EntityResponse$Builder<T> fromObject(T, org.springframework.core.ParameterizedTypeReference<?>);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/ParameterizedTypeReference;)Lorg/springframework/web/servlet/function/EntityResponse$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 232
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/springframework/core/ParameterizedTypeReference<*>;)Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
    MethodParameters:
          Name  Flags
      t         
      bodyType  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/springframework/web/servlet/function/EntityResponse$Builder<TT;>;
SourceFile: "DefaultEntityResponseBuilder.java"
NestMembers:
  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$1  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$CompletionStageEntityResponse  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$DefaultEntityResponse  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse$DeferredResultSubscriber  org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse$NoContentLengthResponseWrapper
InnerClasses:
  private CompletionStageEntityResponse = org.springframework.web.servlet.function.DefaultEntityResponseBuilder$CompletionStageEntityResponse of org.springframework.web.servlet.function.DefaultEntityResponseBuilder
  private DefaultEntityResponse = org.springframework.web.servlet.function.DefaultEntityResponseBuilder$DefaultEntityResponse of org.springframework.web.servlet.function.DefaultEntityResponseBuilder
  private PublisherEntityResponse = org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse of org.springframework.web.servlet.function.DefaultEntityResponseBuilder
  public abstract Builder = org.springframework.web.servlet.function.EntityResponse$Builder of org.springframework.web.servlet.function.EntityResponse