public interface org.springframework.web.server.ServerWebExchange$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.web.server.ServerWebExchange$Builder
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tLocaleContext cannot be resolved to a type\n\tApplicationContext cannot be resolved to a type\n\tMono cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.springframework.web.server.ServerWebExchange$Builder request(java.util.function.Consumer<org.springframework.http.server.reactive.ServerHttpRequest$Builder>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/http/server/reactive/ServerHttpRequest$Builder;>;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    MethodParameters:
                        Name  Flags
      requestBuilderConsumer  

  public abstract org.springframework.web.server.ServerWebExchange$Builder request(org.springframework.http.server.reactive.ServerHttpRequest);
    descriptor: (Lorg/springframework/http/server/reactive/ServerHttpRequest;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      request  

  public abstract org.springframework.web.server.ServerWebExchange$Builder response(org.springframework.http.server.reactive.ServerHttpResponse);
    descriptor: (Lorg/springframework/http/server/reactive/ServerHttpResponse;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      response  

  public abstract org.springframework.web.server.ServerWebExchange$Builder principal(Mono<java.security.Principal>);
    descriptor: (LMono;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (LMono<Ljava/security/Principal;>;)Lorg/springframework/web/server/ServerWebExchange$Builder;
    MethodParameters:
               Name  Flags
      principalMono  

  public abstract org.springframework.web.server.ServerWebExchange build();
    descriptor: ()Lorg/springframework/web/server/ServerWebExchange;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ServerWebExchange.java"
NestHost: org.springframework.web.server.ServerWebExchange
InnerClasses:
  public abstract Builder = org.springframework.http.server.reactive.ServerHttpRequest$Builder of org.springframework.http.server.reactive.ServerHttpRequest
  public abstract Builder = org.springframework.web.server.ServerWebExchange$Builder of org.springframework.web.server.ServerWebExchange