public final class io.vertx.ext.web.api.validation.ParameterType extends java.lang.Enum<io.vertx.ext.web.api.validation.ParameterType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.vertx.ext.web.api.validation.ParameterType
  super_class: java.lang.Enum
{
  public static final io.vertx.ext.web.api.validation.ParameterType GENERIC_STRING;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType EMAIL;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType URI;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType BOOL;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType INT;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType FLOAT;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType DOUBLE;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType DATE;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType DATETIME;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType TIME;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType BASE64;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType IPV4;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType IPV6;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType HOSTNAME;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.web.api.validation.ParameterType UUID;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private io.vertx.ext.web.api.validation.ParameterTypeValidator validationMethod;
    descriptor: Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
    flags: (0x0002) ACC_PRIVATE

  private static final io.vertx.ext.web.api.validation.ParameterType[] ENUM$VALUES;
    descriptor: [Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 17
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "GENERIC_STRING"
            iconst_0
         1: .line 20
            invokedynamic isValid()Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
              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/String;)Lio/vertx/ext/web/api/RequestParameter;
                  io/vertx/ext/web/api/RequestParameter.create(Ljava/lang/Object;)Lio/vertx/ext/web/api/RequestParameter; (6 itf)
                  (Ljava/lang/String;)Lio/vertx/ext/web/api/RequestParameter;
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.GENERIC_STRING:Lio/vertx/ext/web/api/validation/ParameterType;
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "EMAIL"
            iconst_1
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^(?:[\\w!#\\$%&'\\*\\+\\-/=\\?\\^`\\{\\|\\}~]+\\.)*[\\w!#\\$%&'\\*\\+\\-/=\\?\\^`\\{\\|\\}~]+@(?:(?:(?:[a-zA-Z0-9](?:[a-zA-Z0-9\\-](?!\\.)){0,61}[a-zA-Z0-9]?\\.)+[a-zA-Z0-9](?:[a-zA-Z0-9\\-](?!$)){0,61}[a-zA-Z0-9]?)|(?:\\[(?:(?:[01]?\\d{1,2}|2[0-4]\\d|25[0-5])\\.){3}(?:[01]?\\d{1,2}|2[0-4]\\d|25[0-5])\\]))$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.EMAIL:Lio/vertx/ext/web/api/validation/ParameterType;
         2: .line 21
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "URI"
            iconst_2
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^[a-zA-Z][a-zA-Z0-9+-.]*:[^\\s]*$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.URI:Lio/vertx/ext/web/api/validation/ParameterType;
         3: .line 24
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "BOOL"
            iconst_3
            new io.vertx.ext.web.api.validation.impl.BooleanTypeValidator
            dup
            aconst_null
            invokespecial io.vertx.ext.web.api.validation.impl.BooleanTypeValidator.<init>:(Ljava/lang/Boolean;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.BOOL:Lio/vertx/ext/web/api/validation/ParameterType;
         4: .line 27
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "INT"
            iconst_4
            aconst_null
            invokestatic io.vertx.ext.web.api.validation.ParameterTypeValidator.createIntegerTypeValidator:(Ljava/lang/Integer;)Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.INT:Lio/vertx/ext/web/api/validation/ParameterType;
         5: .line 30
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "FLOAT"
            iconst_5
            aconst_null
            invokestatic io.vertx.ext.web.api.validation.ParameterTypeValidator.createFloatTypeValidator:(Ljava/lang/Float;)Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.FLOAT:Lio/vertx/ext/web/api/validation/ParameterType;
         6: .line 33
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "DOUBLE"
            bipush 6
            aconst_null
            invokestatic io.vertx.ext.web.api.validation.ParameterTypeValidator.createDoubleTypeValidator:(Ljava/lang/Double;)Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.DOUBLE:Lio/vertx/ext/web/api/validation/ParameterType;
         7: .line 36
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "DATE"
            bipush 7
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^\\d{4}-(?:0[0-9]|1[0-2])-[0-9]{2}$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.DATE:Lio/vertx/ext/web/api/validation/ParameterType;
         8: .line 39
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "DATETIME"
            bipush 8
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])T([01]\\d|2[0-3]):([0-5]\\d):([0-5]\\d|60)(\\.\\d+)?(Z|(\\+|-)([01]\\d|2[0-3]):([0-5]\\d))$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.DATETIME:Lio/vertx/ext/web/api/validation/ParameterType;
         9: .line 42
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "TIME"
            bipush 9
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^\\d{2}:\\d{2}:\\d{2}$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.TIME:Lio/vertx/ext/web/api/validation/ParameterType;
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "BASE64"
            bipush 10
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.BASE64:Lio/vertx/ext/web/api/validation/ParameterType;
        10: .line 43
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "IPV4"
            bipush 11
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.IPV4:Lio/vertx/ext/web/api/validation/ParameterType;
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "IPV6"
            bipush 12
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.IPV6:Lio/vertx/ext/web/api/validation/ParameterType;
        11: .line 44
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "HOSTNAME"
            bipush 13
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^(([a-zA-Z]|[a-zA-Z][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z]|[A-Za-z][A-Za-z0-9\\-]*[A-Za-z0-9])$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.HOSTNAME:Lio/vertx/ext/web/api/validation/ParameterType;
        12: .line 46
            new io.vertx.ext.web.api.validation.ParameterType
            dup
            ldc "UUID"
            bipush 14
        13: .line 49
            new io.vertx.ext.web.api.validation.impl.StringTypeValidator
            dup
            ldc "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$"
            invokespecial io.vertx.ext.web.api.validation.impl.StringTypeValidator.<init>:(Ljava/lang/String;)V
            invokespecial io.vertx.ext.web.api.validation.ParameterType.<init>:(Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
            putstatic io.vertx.ext.web.api.validation.ParameterType.UUID:Lio/vertx/ext/web/api/validation/ParameterType;
        14: .line 16
            bipush 15
            anewarray io.vertx.ext.web.api.validation.ParameterType
            dup
            iconst_0
            getstatic io.vertx.ext.web.api.validation.ParameterType.GENERIC_STRING:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            iconst_1
            getstatic io.vertx.ext.web.api.validation.ParameterType.EMAIL:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            iconst_2
            getstatic io.vertx.ext.web.api.validation.ParameterType.URI:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            iconst_3
            getstatic io.vertx.ext.web.api.validation.ParameterType.BOOL:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            iconst_4
            getstatic io.vertx.ext.web.api.validation.ParameterType.INT:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            iconst_5
            getstatic io.vertx.ext.web.api.validation.ParameterType.FLOAT:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 6
            getstatic io.vertx.ext.web.api.validation.ParameterType.DOUBLE:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 7
            getstatic io.vertx.ext.web.api.validation.ParameterType.DATE:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 8
            getstatic io.vertx.ext.web.api.validation.ParameterType.DATETIME:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 9
            getstatic io.vertx.ext.web.api.validation.ParameterType.TIME:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 10
            getstatic io.vertx.ext.web.api.validation.ParameterType.BASE64:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 11
            getstatic io.vertx.ext.web.api.validation.ParameterType.IPV4:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 12
            getstatic io.vertx.ext.web.api.validation.ParameterType.IPV6:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 13
            getstatic io.vertx.ext.web.api.validation.ParameterType.HOSTNAME:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            dup
            bipush 14
            getstatic io.vertx.ext.web.api.validation.ParameterType.UUID:Lio/vertx/ext/web/api/validation/ParameterType;
            aastore
            putstatic io.vertx.ext.web.api.validation.ParameterType.ENUM$VALUES:[Lio/vertx/ext/web/api/validation/ParameterType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, io.vertx.ext.web.api.validation.ParameterTypeValidator);
    descriptor: (Ljava/lang/String;ILio/vertx/ext/web/api/validation/ParameterTypeValidator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.api.validation.ParameterType this
        start local 3 // io.vertx.ext.web.api.validation.ParameterTypeValidator validationMethod
         0: .line 53
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 54
            aload 0 /* this */
            aload 3 /* validationMethod */
            putfield io.vertx.ext.web.api.validation.ParameterType.validationMethod:Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
         2: .line 55
            return
        end local 3 // io.vertx.ext.web.api.validation.ParameterTypeValidator validationMethod
        end local 0 // io.vertx.ext.web.api.validation.ParameterType this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lio/vertx/ext/web/api/validation/ParameterType;
            0    3     3  validationMethod  Lio/vertx/ext/web/api/validation/ParameterTypeValidator;
    MethodParameters:
                  Name  Flags
      $enum$name        
      $enum$ordinal     
      validationMethod  

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

  public static io.vertx.ext.web.api.validation.ParameterType[] values();
    descriptor: ()[Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.vertx.ext.web.api.validation.ParameterType.ENUM$VALUES:[Lio/vertx/ext/web/api/validation/ParameterType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.vertx.ext.web.api.validation.ParameterType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.api.validation.ParameterType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/api/validation/ParameterType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/vertx/ext/web/api/validation/ParameterType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.vertx.ext.web.api.validation.ParameterType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/vertx/ext/web/api/validation/ParameterType;>;
SourceFile: "ParameterType.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()