class org.springframework.http.codec.ServerSentEvent$BuilderImpl<T> implements org.springframework.http.codec.ServerSentEvent$Builder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.codec.ServerSentEvent$BuilderImpl
  super_class: java.lang.Object
{
  private java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String event;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.time.Duration retry;
    descriptor: Ljava/time/Duration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.String comment;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private T data;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
         0: .line 202
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 203
            return
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;

  public void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.lang.Object data
         0: .line 205
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            aload 1 /* data */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.data:Ljava/lang/Object;
         2: .line 207
            return
        end local 1 // java.lang.Object data
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    3     1  data  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      data  

  public org.springframework.http.codec.ServerSentEvent$Builder<T> id(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.lang.String id
         0: .line 211
            aload 0 /* this */
            aload 1 /* id */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.id:Ljava/lang/String;
         1: .line 212
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    2     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
    MethodParameters:
      Name  Flags
      id    

  public org.springframework.http.codec.ServerSentEvent$Builder<T> event(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.lang.String event
         0: .line 217
            aload 0 /* this */
            aload 1 /* event */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.event:Ljava/lang/String;
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String event
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    2     1  event  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
    MethodParameters:
       Name  Flags
      event  

  public org.springframework.http.codec.ServerSentEvent$Builder<T> retry(java.time.Duration);
    descriptor: (Ljava/time/Duration;)Lorg/springframework/http/codec/ServerSentEvent$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.time.Duration retry
         0: .line 223
            aload 0 /* this */
            aload 1 /* retry */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.retry:Ljava/time/Duration;
         1: .line 224
            aload 0 /* this */
            areturn
        end local 1 // java.time.Duration retry
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    2     1  retry  Ljava/time/Duration;
    Signature: (Ljava/time/Duration;)Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
    MethodParameters:
       Name  Flags
      retry  

  public org.springframework.http.codec.ServerSentEvent$Builder<T> comment(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.lang.String comment
         0: .line 229
            aload 0 /* this */
            aload 1 /* comment */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.comment:Ljava/lang/String;
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String comment
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    2     1  comment  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
    MethodParameters:
         Name  Flags
      comment  

  public org.springframework.http.codec.ServerSentEvent$Builder<T> data(T);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/http/codec/ServerSentEvent$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
        start local 1 // java.lang.Object data
         0: .line 235
            aload 0 /* this */
            aload 1 /* data */
            putfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.data:Ljava/lang/Object;
         1: .line 236
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object data
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
            0    2     1  data  TT;
    Signature: (TT;)Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      data  

  public org.springframework.http.codec.ServerSentEvent<T> build();
    descriptor: ()Lorg/springframework/http/codec/ServerSentEvent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
         0: .line 241
            new org.springframework.http.codec.ServerSentEvent
            dup
            aload 0 /* this */
            getfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.id:Ljava/lang/String;
            aload 0 /* this */
            getfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.event:Ljava/lang/String;
            aload 0 /* this */
            getfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.retry:Ljava/time/Duration;
            aload 0 /* this */
            getfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.comment:Ljava/lang/String;
            aload 0 /* this */
            getfield org.springframework.http.codec.ServerSentEvent$BuilderImpl.data:Ljava/lang/Object;
            invokespecial org.springframework.http.codec.ServerSentEvent.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/time/Duration;Ljava/lang/String;Ljava/lang/Object;)V
            areturn
        end local 0 // org.springframework.http.codec.ServerSentEvent$BuilderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/codec/ServerSentEvent$BuilderImpl<TT;>;
    Signature: ()Lorg/springframework/http/codec/ServerSentEvent<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/springframework/http/codec/ServerSentEvent$Builder<TT;>;
SourceFile: "ServerSentEvent.java"
NestHost: org.springframework.http.codec.ServerSentEvent
InnerClasses:
  public abstract Builder = org.springframework.http.codec.ServerSentEvent$Builder of org.springframework.http.codec.ServerSentEvent
  private BuilderImpl = org.springframework.http.codec.ServerSentEvent$BuilderImpl of org.springframework.http.codec.ServerSentEvent