public interface io.vertx.ext.web.handler.CorsHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.CorsHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.CorsHandler create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String allowedOriginPattern
         0: .line 45
            new io.vertx.ext.web.handler.impl.CorsHandlerImpl
            dup
            aload 0 /* allowedOriginPattern */
            invokespecial io.vertx.ext.web.handler.impl.CorsHandlerImpl.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String allowedOriginPattern
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0  allowedOriginPattern  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      allowedOriginPattern  

  public static io.vertx.ext.web.handler.CorsHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            new io.vertx.ext.web.handler.impl.CorsHandlerImpl
            dup
            invokespecial io.vertx.ext.web.handler.impl.CorsHandlerImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract io.vertx.ext.web.handler.CorsHandler addOrigin(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      origin  

  public abstract io.vertx.ext.web.handler.CorsHandler addOrigins(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/vertx/ext/web/handler/CorsHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      origins  

  public abstract io.vertx.ext.web.handler.CorsHandler allowedMethod(io.vertx.core.http.HttpMethod);
    descriptor: (Lio/vertx/core/http/HttpMethod;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      method  

  public abstract io.vertx.ext.web.handler.CorsHandler allowedMethods(java.util.Set<io.vertx.core.http.HttpMethod>);
    descriptor: (Ljava/util/Set;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Lio/vertx/core/http/HttpMethod;>;)Lio/vertx/ext/web/handler/CorsHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      methods  

  public abstract io.vertx.ext.web.handler.CorsHandler allowedHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      headerName  

  public abstract io.vertx.ext.web.handler.CorsHandler allowedHeaders(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/ext/web/handler/CorsHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      headerNames  

  public abstract io.vertx.ext.web.handler.CorsHandler exposedHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      headerName  

  public abstract io.vertx.ext.web.handler.CorsHandler exposedHeaders(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)Lio/vertx/ext/web/handler/CorsHandler;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      headerNames  

  public abstract io.vertx.ext.web.handler.CorsHandler allowCredentials(boolean);
    descriptor: (Z)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      allow  

  public abstract io.vertx.ext.web.handler.CorsHandler maxAgeSeconds(int);
    descriptor: (I)Lio/vertx/ext/web/handler/CorsHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      maxAgeSeconds  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "CorsHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()