class org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder implements org.springframework.http.server.reactive.ServerHttpRequest$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
  super_class: java.lang.Object
{
  private java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.http.HttpHeaders headers;
    descriptor: Lorg/springframework/http/HttpHeaders;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String httpMethodValue;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String uriPath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String contextPath;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.springframework.http.server.reactive.SslInfo sslInfo;
    descriptor: Lorg/springframework/http/server/reactive/SslInfo;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.net.InetSocketAddress remoteAddress;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private Flux<org.springframework.core.io.buffer.DataBuffer> body;
    descriptor: LFlux;
    flags: (0x0002) ACC_PRIVATE
    Signature: LFlux<Lorg/springframework/core/io/buffer/DataBuffer;>;

  private final org.springframework.http.server.reactive.ServerHttpRequest originalRequest;
    descriptor: Lorg/springframework/http/server/reactive/ServerHttpRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.http.server.reactive.ServerHttpRequest);
    descriptor: (Lorg/springframework/http/server/reactive/ServerHttpRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Flux cannot be resolved\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tThe method getBody() from the type ReactiveHttpInputMessage refers to the missing type Flux\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
          Name  Flags
      original  

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder method(org.springframework.http.HttpMethod);
    descriptor: (Lorg/springframework/http/HttpMethod;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 82
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
            Name  Flags
      httpMethod  

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder uri(java.net.URI);
    descriptor: (Ljava/net/URI;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 88
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
      Name  Flags
      uri   

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder path(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 94
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
      Name  Flags
      path  

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder contextPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 101
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
             Name  Flags
      contextPath  

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder header(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 107
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

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

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder sslInfo(org.springframework.http.server.reactive.SslInfo);
    descriptor: (Lorg/springframework/http/server/reactive/SslInfo;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 120
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
         Name  Flags
      sslInfo  

  public org.springframework.http.server.reactive.ServerHttpRequest$Builder remoteAddress(java.net.InetSocketAddress);
    descriptor: (Ljava/net/InetSocketAddress;)Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 126
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
    MethodParameters:
               Name  Flags
      remoteAddress  

  public org.springframework.http.server.reactive.ServerHttpRequest build();
    descriptor: ()Lorg/springframework/http/server/reactive/ServerHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFlux cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;

  private java.net.URI getUriToUse();
    descriptor: ()Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder this
         0: .line 137
            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.http.server.reactive.DefaultServerHttpRequestBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/DefaultServerHttpRequestBuilder;
}
SourceFile: "DefaultServerHttpRequestBuilder.java"
NestMembers:
  org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder$MutatedServerHttpRequest
InnerClasses:
  private MutatedServerHttpRequest = org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder$MutatedServerHttpRequest of org.springframework.http.server.reactive.DefaultServerHttpRequestBuilder
  public abstract Builder = org.springframework.http.server.reactive.ServerHttpRequest$Builder of org.springframework.http.server.reactive.ServerHttpRequest