class io.vertx.reactivex.ext.web.api.validation.ValidationHandlerImpl implements io.vertx.reactivex.ext.web.api.validation.ValidationHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.reactivex.ext.web.api.validation.ValidationHandlerImpl
super_class: java.lang.Object
{
private final io.vertx.ext.web.api.validation.ValidationHandler delegate;
descriptor: Lio/vertx/ext/web/api/validation/ValidationHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.ext.web.api.validation.ValidationHandler);
descriptor: (Lio/vertx/ext/web/api/validation/ValidationHandler;)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.validation.ValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/validation/ValidationHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/api/validation/ValidationHandlerImpl;
0 3 1 delegate Lio/vertx/ext/web/api/validation/ValidationHandler;
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.validation.ValidationHandler
putfield io.vertx.reactivex.ext.web.api.validation.ValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/validation/ValidationHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/web/api/validation/ValidationHandlerImpl;
0 3 1 delegate Ljava/lang/Object;
MethodParameters:
Name Flags
delegate
public io.vertx.ext.web.api.validation.ValidationHandler getDelegate();
descriptor: ()Lio/vertx/ext/web/api/validation/ValidationHandler;
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.validation.ValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/validation/ValidationHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/web/api/validation/ValidationHandlerImpl;
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.validation.ValidationHandlerImpl.delegate:Lio/vertx/ext/web/api/validation/ValidationHandler;
aload 1
invokevirtual io.vertx.reactivex.ext.web.RoutingContext.getDelegate:()Lio/vertx/ext/web/RoutingContext;
invokeinterface io.vertx.ext.web.api.validation.ValidationHandler.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/validation/ValidationHandlerImpl;
0 2 1 event Lio/vertx/reactivex/ext/web/RoutingContext;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
event
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.validation.ValidationHandlerImpl.handle:(Lio/vertx/reactivex/ext/web/RoutingContext;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ValidationHandler.java"