public interface org.springframework.http.ResponseEntity$BodyBuilder extends org.springframework.http.ResponseEntity$HeadersBuilder<org.springframework.http.ResponseEntity$BodyBuilder>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.ResponseEntity$BodyBuilder
  super_class: java.lang.Object
{
  public abstract org.springframework.http.ResponseEntity$BodyBuilder contentLength(long);
    descriptor: (J)Lorg/springframework/http/ResponseEntity$BodyBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      contentLength  

  public abstract org.springframework.http.ResponseEntity$BodyBuilder contentType(org.springframework.http.MediaType);
    descriptor: (Lorg/springframework/http/MediaType;)Lorg/springframework/http/ResponseEntity$BodyBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      contentType  

  public abstract <T> org.springframework.http.ResponseEntity<T> body(T);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/http/ResponseEntity;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/springframework/http/ResponseEntity<TT;>;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      body  
}
Signature: Ljava/lang/Object;Lorg/springframework/http/ResponseEntity$HeadersBuilder<Lorg/springframework/http/ResponseEntity$BodyBuilder;>;
SourceFile: "ResponseEntity.java"
NestHost: org.springframework.http.ResponseEntity
InnerClasses:
  public abstract BodyBuilder = org.springframework.http.ResponseEntity$BodyBuilder of org.springframework.http.ResponseEntity
  public abstract HeadersBuilder = org.springframework.http.ResponseEntity$HeadersBuilder of org.springframework.http.ResponseEntity