public interface io.vertx.ext.web.handler.CookieHandler 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.CookieHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.CookieHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/CookieHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new io.vertx.ext.web.handler.impl.CookieHandlerImpl
            dup
            invokespecial io.vertx.ext.web.handler.impl.CookieHandlerImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "CookieHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()