public interface org.springframework.http.RequestEntity$HeadersBuilder<B extends org.springframework.http.RequestEntity$HeadersBuilder<B>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.RequestEntity$HeadersBuilder
  super_class: java.lang.Object
{
  public abstract B header(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: (Ljava/lang/String;[Ljava/lang/String;)TB;
    MethodParameters:
              Name  Flags
      headerName    
      headerValues  

  public abstract B headers(org.springframework.http.HttpHeaders);
    descriptor: (Lorg/springframework/http/HttpHeaders;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/http/HttpHeaders;)TB;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
         Name  Flags
      headers  

  public abstract B headers(java.util.function.Consumer<org.springframework.http.HttpHeaders>);
    descriptor: (Ljava/util/function/Consumer;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Consumer<Lorg/springframework/http/HttpHeaders;>;)TB;
    MethodParameters:
                 Name  Flags
      headersConsumer  

  public abstract B accept(org.springframework.http.MediaType[]);
    descriptor: ([Lorg/springframework/http/MediaType;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Lorg/springframework/http/MediaType;)TB;
    MethodParameters:
                      Name  Flags
      acceptableMediaTypes  

  public abstract B acceptCharset(java.nio.charset.Charset[]);
    descriptor: ([Ljava/nio/charset/Charset;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/nio/charset/Charset;)TB;
    MethodParameters:
                    Name  Flags
      acceptableCharsets  

  public abstract B ifModifiedSince(java.time.ZonedDateTime);
    descriptor: (Ljava/time/ZonedDateTime;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/time/ZonedDateTime;)TB;
    MethodParameters:
                 Name  Flags
      ifModifiedSince  

  public abstract B ifModifiedSince(java.time.Instant);
    descriptor: (Ljava/time/Instant;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/time/Instant;)TB;
    MethodParameters:
                 Name  Flags
      ifModifiedSince  

  public abstract B ifModifiedSince();
    descriptor: (J)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (J)TB;
    MethodParameters:
                 Name  Flags
      ifModifiedSince  

  public abstract B ifNoneMatch(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/http/RequestEntity$HeadersBuilder;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)TB;
    MethodParameters:
               Name  Flags
      ifNoneMatches  

  public abstract org.springframework.http.RequestEntity<java.lang.Void> build();
    descriptor: ()Lorg/springframework/http/RequestEntity;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/springframework/http/RequestEntity<Ljava/lang/Void;>;
}
Signature: <B::Lorg/springframework/http/RequestEntity$HeadersBuilder<TB;>;>Ljava/lang/Object;
SourceFile: "RequestEntity.java"
NestHost: org.springframework.http.RequestEntity
InnerClasses:
  public abstract HeadersBuilder = org.springframework.http.RequestEntity$HeadersBuilder of org.springframework.http.RequestEntity