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

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

  public abstract <T> org.springframework.http.RequestEntity<T> body(T);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/http/RequestEntity;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(TT;)Lorg/springframework/http/RequestEntity<TT;>;
    MethodParameters:
      Name  Flags
      body  

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