public interface org.springframework.http.codec.HttpMessageEncoder<T> extends org.springframework.core.codec.Encoder<T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.http.codec.HttpMessageEncoder
super_class: java.lang.Object
{
public abstract java.util.List<org.springframework.http.MediaType> getStreamingMediaTypes();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Lorg/springframework/http/MediaType;>;
public java.util.Map<java.lang.String, java.lang.Object> getEncodeHints(org.springframework.core.ResolvableType, org.springframework.core.ResolvableType, org.springframework.http.MediaType, org.springframework.http.server.reactive.ServerHttpRequest, org.springframework.http.server.reactive.ServerHttpResponse);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: invokestatic org.springframework.core.codec.Hints.none:()Ljava/util/Map;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/codec/HttpMessageEncoder<TT;>;
0 1 1 actualType Lorg/springframework/core/ResolvableType;
0 1 2 elementType Lorg/springframework/core/ResolvableType;
0 1 3 mediaType Lorg/springframework/http/MediaType;
0 1 4 request Lorg/springframework/http/server/reactive/ServerHttpRequest;
0 1 5 response Lorg/springframework/http/server/reactive/ServerHttpResponse;
Signature: (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;>;
RuntimeVisibleParameterAnnotations:
0:
1:
2:
org.springframework.lang.Nullable()
3:
4:
MethodParameters:
Name Flags
actualType
elementType
mediaType
request
response
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/springframework/core/codec/Encoder<TT;>;
SourceFile: "HttpMessageEncoder.java"