public class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler implements io.vertx.reactivex.ext.web.api.validation.ValidationHandler, io.vertx.core.Handler<io.vertx.reactivex.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;>;

  private final io.vertx.ext.web.api.validation.HTTPRequestValidationHandler delegate;
    descriptor: Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 86
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 87
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler.getDelegate()Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler; (5)
                  (Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;)Ljava/lang/Object;
         2: .line 86
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 88
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.Object o
         0: .line 75
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler that
         4: .line 78
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;

  public void <init>(io.vertx.ext.web.api.validation.HTTPRequestValidationHandler);
    descriptor: (Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // io.vertx.ext.web.api.validation.HTTPRequestValidationHandler delegate
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 93
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
         2: .line 94
            return
        end local 1 // io.vertx.ext.web.api.validation.HTTPRequestValidationHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    3     1  delegate  Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.Object delegate
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
            putfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
         2: .line 98
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.web.api.validation.HTTPRequestValidationHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            areturn
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;

  public void handle(io.vertx.reactivex.ext.web.RoutingContext);
    descriptor: (Lio/vertx/reactivex/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.handle:(Ljava/lang/Object;)V
         1: .line 111
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      event  

  public static io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler create();
    descriptor: ()Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 119
            invokestatic io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.create:()Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            invokestatic io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.newInstance:(Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            astore 0 /* ret */
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler ret
         1: .line 120
            aload 0 /* ret */
            areturn
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   ret  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addPathParam(java.lang.String, io.vertx.ext.web.api.validation.ParameterType);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* type */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addPathParam:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 132
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2           type  Lio/vertx/ext/web/api/validation/ParameterType;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      type           

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addPathParamWithPattern(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.String pattern
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* pattern */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addPathParamWithPattern:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 144
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2        pattern  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      pattern        

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addPathParamWithCustomTypeValidator(java.lang.String, io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        start local 3 // boolean allowEmptyValue
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* validator */
            invokevirtual io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator.getDelegate:()Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            iload 3 /* allowEmptyValue */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addPathParamWithCustomTypeValidator:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterTypeValidator;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 158
            aload 0 /* this */
            areturn
        end local 3 // boolean allowEmptyValue
        end local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1    parameterName  Ljava/lang/String;
            0    2     2        validator  Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;
            0    2     3  allowEmptyValue  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      parameterName    
      validator        
      allowEmptyValue  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addQueryParam(java.lang.String, io.vertx.ext.web.api.validation.ParameterType, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
        start local 3 // boolean required
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* type */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addQueryParam:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 171
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2           type  Lio/vertx/ext/web/api/validation/ParameterType;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      type           
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addQueryParamWithPattern(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.String pattern
        start local 3 // boolean required
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* pattern */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addQueryParamWithPattern:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 184
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2        pattern  Ljava/lang/String;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      pattern        
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addQueryParamsArray(java.lang.String, io.vertx.ext.web.api.validation.ParameterType, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String arrayName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
        start local 3 // boolean required
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* arrayName */
            aload 2 /* type */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addQueryParamsArray:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 197
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String arrayName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  arrayName  Ljava/lang/String;
            0    2     2       type  Lio/vertx/ext/web/api/validation/ParameterType;
            0    2     3   required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      arrayName  
      type       
      required   

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addQueryParamsArrayWithPattern(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String arrayName
        start local 2 // java.lang.String pattern
        start local 3 // boolean required
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* arrayName */
            aload 2 /* pattern */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addQueryParamsArrayWithPattern:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 210
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String arrayName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  arrayName  Ljava/lang/String;
            0    2     2    pattern  Ljava/lang/String;
            0    2     3   required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      arrayName  
      pattern    
      required   

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addQueryParamWithCustomTypeValidator(java.lang.String, io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator, boolean, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        start local 3 // boolean required
        start local 4 // boolean allowEmptyValue
         0: .line 224
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* validator */
            invokevirtual io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator.getDelegate:()Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            iload 3 /* required */
            iload 4 /* allowEmptyValue */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addQueryParamWithCustomTypeValidator:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 225
            aload 0 /* this */
            areturn
        end local 4 // boolean allowEmptyValue
        end local 3 // boolean required
        end local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1    parameterName  Ljava/lang/String;
            0    2     2        validator  Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;
            0    2     3         required  Z
            0    2     4  allowEmptyValue  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      parameterName    
      validator        
      required         
      allowEmptyValue  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addHeaderParam(java.lang.String, io.vertx.ext.web.api.validation.ParameterType, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String headerName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
        start local 3 // boolean required
         0: .line 237
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* headerName */
            aload 2 /* type */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addHeaderParam:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 238
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  headerName  Ljava/lang/String;
            0    2     2        type  Lio/vertx/ext/web/api/validation/ParameterType;
            0    2     3    required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      headerName  
      type        
      required    

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addHeaderParamWithPattern(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String headerName
        start local 2 // java.lang.String pattern
        start local 3 // boolean required
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* headerName */
            aload 2 /* pattern */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addHeaderParamWithPattern:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 251
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  headerName  Ljava/lang/String;
            0    2     2     pattern  Ljava/lang/String;
            0    2     3    required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      headerName  
      pattern     
      required    

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addHeaderParamWithCustomTypeValidator(java.lang.String, io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator, boolean, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String headerName
        start local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        start local 3 // boolean required
        start local 4 // boolean allowEmptyValue
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* headerName */
            aload 2 /* validator */
            invokevirtual io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator.getDelegate:()Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            iload 3 /* required */
            iload 4 /* allowEmptyValue */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addHeaderParamWithCustomTypeValidator:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 266
            aload 0 /* this */
            areturn
        end local 4 // boolean allowEmptyValue
        end local 3 // boolean required
        end local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1       headerName  Ljava/lang/String;
            0    2     2        validator  Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;
            0    2     3         required  Z
            0    2     4  allowEmptyValue  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      headerName       
      validator        
      required         
      allowEmptyValue  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addFormParam(java.lang.String, io.vertx.ext.web.api.validation.ParameterType, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
        start local 3 // boolean required
         0: .line 278
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* type */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addFormParam:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 279
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2           type  Lio/vertx/ext/web/api/validation/ParameterType;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      type           
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addFormParamWithPattern(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.String pattern
        start local 3 // boolean required
         0: .line 291
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* pattern */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addFormParamWithPattern:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 292
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2        pattern  Ljava/lang/String;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      pattern        
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addFormParamsArray(java.lang.String, io.vertx.ext.web.api.validation.ParameterType, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.ext.web.api.validation.ParameterType type
        start local 3 // boolean required
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* type */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addFormParamsArray:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterType;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 305
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // io.vertx.ext.web.api.validation.ParameterType type
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2           type  Lio/vertx/ext/web/api/validation/ParameterType;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      type           
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addFormParamsArrayWithPattern(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.String pattern
        start local 3 // boolean required
         0: .line 317
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* pattern */
            iload 3 /* required */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addFormParamsArrayWithPattern:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 318
            aload 0 /* this */
            areturn
        end local 3 // boolean required
        end local 2 // java.lang.String pattern
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2        pattern  Ljava/lang/String;
            0    2     3       required  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      parameterName  
      pattern        
      required       

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addFormParamWithCustomTypeValidator(java.lang.String, io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator, boolean, boolean);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String parameterName
        start local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        start local 3 // boolean required
        start local 4 // boolean allowEmptyValue
         0: .line 332
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* parameterName */
            aload 2 /* validator */
            invokevirtual io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator.getDelegate:()Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            iload 3 /* required */
            iload 4 /* allowEmptyValue */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addFormParamWithCustomTypeValidator:(Ljava/lang/String;Lio/vertx/ext/web/api/validation/ParameterTypeValidator;ZZ)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 333
            aload 0 /* this */
            areturn
        end local 4 // boolean allowEmptyValue
        end local 3 // boolean required
        end local 2 // io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator validator
        end local 1 // java.lang.String parameterName
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1    parameterName  Ljava/lang/String;
            0    2     2        validator  Lio/vertx/reactivex/ext/web/api/validation/ParameterTypeValidator;
            0    2     3         required  Z
            0    2     4  allowEmptyValue  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      parameterName    
      validator        
      required         
      allowEmptyValue  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addCustomValidatorFunction(io.vertx.reactivex.ext.web.api.validation.CustomValidator);
    descriptor: (Lio/vertx/reactivex/ext/web/api/validation/CustomValidator;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // io.vertx.reactivex.ext.web.api.validation.CustomValidator customValidator
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* customValidator */
            invokevirtual io.vertx.reactivex.ext.web.api.validation.CustomValidator.getDelegate:()Lio/vertx/ext/web/api/validation/CustomValidator;
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addCustomValidatorFunction:(Lio/vertx/ext/web/api/validation/CustomValidator;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 344
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.ext.web.api.validation.CustomValidator customValidator
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  customValidator  Lio/vertx/reactivex/ext/web/api/validation/CustomValidator;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      customValidator  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addJsonBodySchema(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String jsonSchema
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* jsonSchema */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addJsonBodySchema:(Ljava/lang/String;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 355
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String jsonSchema
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  jsonSchema  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      jsonSchema  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addXMLBodySchema(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String xmlSchema
         0: .line 365
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* xmlSchema */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addXMLBodySchema:(Ljava/lang/String;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 366
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String xmlSchema
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  xmlSchema  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      xmlSchema  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addMultipartRequiredFile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String filename
        start local 2 // java.lang.String contentType
         0: .line 377
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* filename */
            aload 2 /* contentType */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addMultipartRequiredFile:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 378
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String contentType
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1     filename  Ljava/lang/String;
            0    2     2  contentType  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      filename     
      contentType  

  public io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler addExpectedContentType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
        start local 1 // java.lang.String contentType
         0: .line 389
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.delegate:Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            aload 1 /* contentType */
            invokeinterface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler.addExpectedContentType:(Ljava/lang/String;)Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            pop
         1: .line 390
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String contentType
        end local 0 // io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
            0    2     1  contentType  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      contentType  

  public static io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler newInstance(io.vertx.ext.web.api.validation.HTTPRequestValidationHandler);
    descriptor: (Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)Lio/vertx/reactivex/ext/web/api/validation/HTTPRequestValidationHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.validation.HTTPRequestValidationHandler arg
         0: .line 394
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.<init>:(Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
         2: areturn
        end local 0 // io.vertx.ext.web.api.validation.HTTPRequestValidationHandler arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
    MethodParameters:
      Name  Flags
      arg   

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.ext.web.RoutingContext
            invokevirtual io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.web.api.validation.ValidationHandler getDelegate();
    descriptor: ()Lio/vertx/ext/web/api/validation/ValidationHandler;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.getDelegate:()Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 86
            new io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
            invokespecial io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler.<init>:(Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/ext/web/api/validation/ValidationHandler;Lio/vertx/core/Handler<Lio/vertx/reactivex/ext/web/RoutingContext;>;
SourceFile: "HTTPRequestValidationHandler.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/web/api/validation/HTTPRequestValidationHandler;)