public interface org.springframework.http.codec.ServerCodecConfigurer$ServerDefaultCodecs extends org.springframework.http.codec.CodecConfigurer$DefaultCodecs
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.http.codec.ServerCodecConfigurer$ServerDefaultCodecs
super_class: java.lang.Object
{
public abstract void serverSentEventEncoder(org.springframework.core.codec.Encoder<?>);
descriptor: (Lorg/springframework/core/codec/Encoder;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/springframework/core/codec/Encoder<*>;)V
MethodParameters:
Name Flags
encoder
}
SourceFile: "ServerCodecConfigurer.java"
NestHost: org.springframework.http.codec.ServerCodecConfigurer
InnerClasses:
public abstract DefaultCodecs = org.springframework.http.codec.CodecConfigurer$DefaultCodecs of org.springframework.http.codec.CodecConfigurer
public abstract ServerDefaultCodecs = org.springframework.http.codec.ServerCodecConfigurer$ServerDefaultCodecs of org.springframework.http.codec.ServerCodecConfigurer