class io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl implements io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl
  super_class: java.lang.Object
{
  private final io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler delegate;
    descriptor: Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler);
    descriptor: (Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
        start local 1 // io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler delegate
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
         2: .line 77
            return
        end local 1 // io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler delegate
        end local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/api/contract/HTTPOperationRequestValidationHandlerImpl;
            0    3     1  delegate  Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
    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.contract.HTTPOperationRequestValidationHandlerImpl this
        start local 1 // java.lang.Object delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler
            putfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
         2: .line 81
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/web/api/contract/HTTPOperationRequestValidationHandlerImpl;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  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.contract.HTTPOperationRequestValidationHandlerImpl this
        start local 1 // io.vertx.reactivex.ext.web.RoutingContext event
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
            aload 1 /* event */
            invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
            invokeinterface io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler.handle:(Ljava/lang/Object;)V
         1: .line 94
            return
        end local 1 // io.vertx.reactivex.ext.web.RoutingContext event
        end local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/web/api/contract/HTTPOperationRequestValidationHandlerImpl;
            0    2     1  event  Lio/vertx/reactivex/ext/web/RoutingContext;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      event  

  public void parseOperationSpec();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
            invokeinterface io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler.parseOperationSpec:()V
         1: .line 102
            return
        end local 0 // io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/web/api/contract/HTTPOperationRequestValidationHandlerImpl;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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.contract.HTTPOperationRequestValidationHandlerImpl.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.contract.HTTPOperationRequestValidationHandlerImpl.getDelegate:()Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HTTPOperationRequestValidationHandler.java"