class org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator extends org.springframework.web.server.ServerWebExchangeDecorator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator
  super_class: org.springframework.web.server.ServerWebExchangeDecorator
{
  private final org.springframework.http.server.reactive.ServerHttpRequest request;
    descriptor: Lorg/springframework/http/server/reactive/ServerHttpRequest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final org.springframework.http.server.reactive.ServerHttpResponse response;
    descriptor: Lorg/springframework/http/server/reactive/ServerHttpResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final Mono<java.security.Principal> principalMono;
    descriptor: LMono;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: LMono<Ljava/security/Principal;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(org.springframework.web.server.ServerWebExchange, org.springframework.http.server.reactive.ServerHttpRequest, org.springframework.http.server.reactive.ServerHttpResponse, Mono<java.security.Principal>);
    descriptor: (Lorg/springframework/web/server/ServerWebExchange;Lorg/springframework/http/server/reactive/ServerHttpRequest;Lorg/springframework/http/server/reactive/ServerHttpResponse;LMono;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tThe type DefaultServerWebExchangeBuilder must implement the inherited abstract method ServerWebExchange.Builder.principal(Mono<Principal>)\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\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\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tType mismatch: cannot convert from Mono<Principal> to Mono<T>\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/server/DefaultServerWebExchangeBuilder$MutativeDecorator;
    Signature: (Lorg/springframework/web/server/ServerWebExchange;Lorg/springframework/http/server/reactive/ServerHttpRequest;Lorg/springframework/http/server/reactive/ServerHttpResponse;LMono<Ljava/security/Principal;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
        org.springframework.lang.Nullable()
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
               Name  Flags
      delegate       
      request        
      response       
      principalMono  

  public org.springframework.http.server.reactive.ServerHttpRequest getRequest();
    descriptor: ()Lorg/springframework/http/server/reactive/ServerHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
         0: .line 111
            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.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/server/DefaultServerWebExchangeBuilder$MutativeDecorator;

  public org.springframework.http.server.reactive.ServerHttpResponse getResponse();
    descriptor: ()Lorg/springframework/http/server/reactive/ServerHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
         0: .line 116
            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.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/server/DefaultServerWebExchangeBuilder$MutativeDecorator;

  public <T extends java.security.Principal> Mono<T> getPrincipal();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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\tType mismatch: cannot convert from Mono<Principal> to Mono<T>\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/server/DefaultServerWebExchangeBuilder$MutativeDecorator;
    Signature: <T::Ljava/security/Principal;>()LMono<TT;>;
}
SourceFile: "DefaultServerWebExchangeBuilder.java"
NestHost: org.springframework.web.server.DefaultServerWebExchangeBuilder
InnerClasses:
  private MutativeDecorator = org.springframework.web.server.DefaultServerWebExchangeBuilder$MutativeDecorator of org.springframework.web.server.DefaultServerWebExchangeBuilder