public interface io.vertx.ext.web.handler.ResponseContentTypeHandler 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.ResponseContentTypeHandler
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_DISABLE_FLAG;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "__vertx.autoContenType.disable"

  public static io.vertx.ext.web.handler.ResponseContentTypeHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/ResponseContentTypeHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 49
            new io.vertx.ext.web.handler.impl.ResponseContentTypeHandlerImpl
            dup
            ldc "__vertx.autoContenType.disable"
            invokespecial io.vertx.ext.web.handler.impl.ResponseContentTypeHandlerImpl.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.ResponseContentTypeHandler create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/ResponseContentTypeHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String disableFlag
         0: .line 58
            new io.vertx.ext.web.handler.impl.ResponseContentTypeHandlerImpl
            dup
            aload 0 /* disableFlag */
            invokespecial io.vertx.ext.web.handler.impl.ResponseContentTypeHandlerImpl.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String disableFlag
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  disableFlag  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      disableFlag  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "ResponseContentTypeHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()