public interface io.vertx.ext.web.ParsedHeaderValues
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.ParsedHeaderValues
  super_class: java.lang.Object
{
  public abstract java.util.List<io.vertx.ext.web.MIMEHeader> accept();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/MIMEHeader;>;

  public abstract java.util.List<io.vertx.ext.web.ParsedHeaderValue> acceptCharset();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/ParsedHeaderValue;>;

  public abstract java.util.List<io.vertx.ext.web.ParsedHeaderValue> acceptEncoding();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/ParsedHeaderValue;>;

  public abstract java.util.List<io.vertx.ext.web.LanguageHeader> acceptLanguage();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lio/vertx/ext/web/LanguageHeader;>;

  public abstract io.vertx.ext.web.MIMEHeader contentType();
    descriptor: ()Lio/vertx/ext/web/MIMEHeader;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract <T extends io.vertx.ext.web.ParsedHeaderValue> T findBestUserAcceptedIn(java.util.List<T>, java.util.Collection<T>);
    descriptor: (Ljava/util/List;Ljava/util/Collection;)Lio/vertx/ext/web/ParsedHeaderValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T::Lio/vertx/ext/web/ParsedHeaderValue;>(Ljava/util/List<TT;>;Ljava/util/Collection<TT;>;)TT;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
          Name  Flags
      accepted  
      in        
}
SourceFile: "ParsedHeaderValues.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()