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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
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: return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
areturn
end local 0 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 start local 1 0: aload 0
getfield io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/contract/HTTPOperationRequestValidationHandler;
aload 1
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: return
end local 1 end local 0 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 0: aload 0
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: return
end local 0 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: 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: 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"