public interface org.springframework.http.codec.HttpMessageWriter<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.codec.HttpMessageWriter
  super_class: java.lang.Object
{
  public abstract java.util.List<org.springframework.http.MediaType> getWritableMediaTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/springframework/http/MediaType;>;

  public abstract boolean canWrite(org.springframework.core.ResolvableType, org.springframework.http.MediaType);
    descriptor: (Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
             Name  Flags
      elementType  
      mediaType    

  public abstract reactor.core.publisher.Mono<java.lang.Void> write(org.reactivestreams.Publisher<? extends T>, org.springframework.core.ResolvableType, org.springframework.http.MediaType, org.springframework.http.ReactiveHttpOutputMessage, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lorg/reactivestreams/Publisher;Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;Lorg/springframework/http/ReactiveHttpOutputMessage;Ljava/util/Map;)Lreactor/core/publisher/Mono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;Lorg/springframework/http/ReactiveHttpOutputMessage;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lreactor/core/publisher/Mono<Ljava/lang/Void;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
      4:
    MethodParameters:
             Name  Flags
      inputStream  
      elementType  
      mediaType    
      message      
      hints        

  public reactor.core.publisher.Mono<java.lang.Void> write(org.reactivestreams.Publisher<? extends T>, org.springframework.core.ResolvableType, org.springframework.core.ResolvableType, org.springframework.http.MediaType, org.springframework.http.server.reactive.ServerHttpRequest, org.springframework.http.server.reactive.ServerHttpResponse, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lorg/reactivestreams/Publisher;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;Lorg/springframework/http/server/reactive/ServerHttpRequest;Lorg/springframework/http/server/reactive/ServerHttpResponse;Ljava/util/Map;)Lreactor/core/publisher/Mono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // org.springframework.http.codec.HttpMessageWriter this
        start local 1 // org.reactivestreams.Publisher inputStream
        start local 2 // org.springframework.core.ResolvableType actualType
        start local 3 // org.springframework.core.ResolvableType elementType
        start local 4 // org.springframework.http.MediaType mediaType
        start local 5 // org.springframework.http.server.reactive.ServerHttpRequest request
        start local 6 // org.springframework.http.server.reactive.ServerHttpResponse response
        start local 7 // java.util.Map hints
         0: .line 90
            aload 0 /* this */
            aload 1 /* inputStream */
            aload 3 /* elementType */
            aload 4 /* mediaType */
            aload 6 /* response */
            aload 7 /* hints */
            invokeinterface org.springframework.http.codec.HttpMessageWriter.write:(Lorg/reactivestreams/Publisher;Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;Lorg/springframework/http/ReactiveHttpOutputMessage;Ljava/util/Map;)Lreactor/core/publisher/Mono;
            areturn
        end local 7 // java.util.Map hints
        end local 6 // org.springframework.http.server.reactive.ServerHttpResponse response
        end local 5 // org.springframework.http.server.reactive.ServerHttpRequest request
        end local 4 // org.springframework.http.MediaType mediaType
        end local 3 // org.springframework.core.ResolvableType elementType
        end local 2 // org.springframework.core.ResolvableType actualType
        end local 1 // org.reactivestreams.Publisher inputStream
        end local 0 // org.springframework.http.codec.HttpMessageWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/http/codec/HttpMessageWriter<TT;>;
            0    1     1  inputStream  Lorg/reactivestreams/Publisher<+TT;>;
            0    1     2   actualType  Lorg/springframework/core/ResolvableType;
            0    1     3  elementType  Lorg/springframework/core/ResolvableType;
            0    1     4    mediaType  Lorg/springframework/http/MediaType;
            0    1     5      request  Lorg/springframework/http/server/reactive/ServerHttpRequest;
            0    1     6     response  Lorg/springframework/http/server/reactive/ServerHttpResponse;
            0    1     7        hints  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;Lorg/springframework/core/ResolvableType;Lorg/springframework/core/ResolvableType;Lorg/springframework/http/MediaType;Lorg/springframework/http/server/reactive/ServerHttpRequest;Lorg/springframework/http/server/reactive/ServerHttpResponse;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lreactor/core/publisher/Mono<Ljava/lang/Void;>;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.springframework.lang.Nullable()
      4:
      5:
      6:
    MethodParameters:
             Name  Flags
      inputStream  
      actualType   
      elementType  
      mediaType    
      request      
      response     
      hints        
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "HttpMessageWriter.java"