public class io.vertx.reactivex.ext.auth.oauth2.AccessToken extends io.vertx.reactivex.ext.auth.User
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.reactivex.ext.auth.oauth2.AccessToken
super_class: io.vertx.reactivex.ext.auth.User
{
public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.auth.oauth2.AccessToken> __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/auth/oauth2/AccessToken;>;
private final io.vertx.ext.auth.oauth2.AccessToken delegate;
descriptor: Lio/vertx/ext/auth/oauth2/AccessToken;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.core.json.JsonObject cached_0;
descriptor: Lio/vertx/core/json/JsonObject;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.json.JsonObject cached_1;
descriptor: Lio/vertx/core/json/JsonObject;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.json.JsonObject cached_2;
descriptor: Lio/vertx/core/json/JsonObject;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: 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/auth/oauth2/AccessToken.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
(Ljava/lang/Object;)Ljava/lang/Object;
1: 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/auth/oauth2/AccessToken.getDelegate()Lio/vertx/ext/auth/oauth2/AccessToken; (5)
(Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;)Ljava/lang/Object;
2: invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
putstatic io.vertx.reactivex.ext.auth.oauth2.AccessToken.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
3: 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 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
1: StackMap locals:
StackMap stack:
aload 1
ifnull 2
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
checkcast io.vertx.reactivex.ext.auth.oauth2.AccessToken
astore 2
start local 2 4: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 2
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 5 1 o Ljava/lang/Object;
4 5 2 that Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
public void <init>(io.vertx.ext.auth.oauth2.AccessToken);
descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.vertx.reactivex.ext.auth.User.<init>:(Lio/vertx/ext/auth/User;)V
1: aload 0
aload 1
putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 3 1 delegate Lio/vertx/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
delegate
public io.vertx.ext.auth.oauth2.AccessToken getDelegate();
descriptor: ()Lio/vertx/ext/auth/oauth2/AccessToken;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
public boolean expired();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.expired:()Z
istore 1
start local 1 1: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
1 2 1 ret Z
public io.vertx.core.json.JsonObject accessToken();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
ifnull 2
1: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.accessToken:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
3 5 1 ret Lio/vertx/core/json/JsonObject;
public io.vertx.core.json.JsonObject refreshToken();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
ifnull 2
1: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.refreshToken:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
3 5 1 ret Lio/vertx/core/json/JsonObject;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public io.vertx.core.json.JsonObject idToken();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
ifnull 2
1: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.idToken:()Lio/vertx/core/json/JsonObject;
astore 1
start local 1 3: aload 0
aload 1
putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
3 5 1 ret Lio/vertx/core/json/JsonObject;
public java.lang.String opaqueAccessToken();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueAccessToken:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
1 2 1 ret Ljava/lang/String;
public java.lang.String opaqueRefreshToken();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueRefreshToken:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
1 2 1 ret Ljava/lang/String;
public java.lang.String opaqueIdToken();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueIdToken:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
1 2 1 ret Ljava/lang/String;
public java.lang.String tokenType();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.tokenType:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
1 2 1 ret Ljava/lang/String;
public io.vertx.reactivex.ext.auth.oauth2.AccessToken setTrustJWT(boolean);
descriptor: (Z)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
iload 1
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.setTrustJWT:(Z)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 trust Z
MethodParameters:
Name Flags
trust
public io.vertx.reactivex.ext.auth.oauth2.AccessToken refresh(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.refresh:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
callback
public io.reactivex.Completable rxRefresh();
descriptor: ()Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
public io.vertx.reactivex.ext.auth.oauth2.AccessToken revoke(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
aload 2
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.revoke:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 token_type Ljava/lang/String;
0 2 2 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
token_type
callback
public io.reactivex.Completable rxRevoke(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
token_type
public io.vertx.reactivex.ext.auth.oauth2.AccessToken logout(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.logout:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
callback
public io.reactivex.Completable rxLogout();
descriptor: ()Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
public io.vertx.reactivex.ext.auth.oauth2.AccessToken introspect(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.introspect:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
callback
public io.reactivex.Completable rxIntrospect();
descriptor: ()Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
public io.vertx.reactivex.ext.auth.oauth2.AccessToken introspect(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
aload 2
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.introspect:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 tokenType Ljava/lang/String;
0 2 2 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
tokenType
callback
public io.reactivex.Completable rxIntrospect(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
tokenType
public io.vertx.reactivex.ext.auth.oauth2.AccessToken userInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
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.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.userInfo:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
callback
public io.reactivex.Single<io.vertx.core.json.JsonObject> rxUserInfo();
descriptor: ()Lio/reactivex/Single;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
Signature: ()Lio/reactivex/Single<Lio/vertx/core/json/JsonObject;>;
public io.vertx.reactivex.ext.auth.oauth2.AccessToken fetch(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
new io.vertx.reactivex.ext.auth.oauth2.AccessToken$1
dup
aload 0
aload 2
invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken$1.<init>:(Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;Lio/vertx/core/Handler;)V
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.fetch:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 resource Ljava/lang/String;
0 2 2 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
resource
callback
public io.reactivex.Single<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response> rxFetch(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;
MethodParameters:
Name Flags
resource
public io.vertx.reactivex.ext.auth.oauth2.AccessToken fetch(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response>>);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
aload 1
aload 2
aload 3
aload 4
invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
new io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
dup
aload 0
aload 5
invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken$2.<init>:(Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;Lio/vertx/core/Handler;)V
invokeinterface io.vertx.ext.auth.oauth2.AccessToken.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
pop
1: aload 0
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
0 2 1 method Lio/vertx/core/http/HttpMethod;
0 2 2 resource Ljava/lang/String;
0 2 3 headers Lio/vertx/core/json/JsonObject;
0 2 4 payload Lio/vertx/reactivex/core/buffer/Buffer;
0 2 5 callback Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
method
resource
headers
payload
callback
public io.reactivex.Single<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response> rxFetch(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.reactivex.core.buffer.Buffer);
descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;
MethodParameters:
Name Flags
method
resource
headers
payload
public static io.vertx.reactivex.ext.auth.oauth2.AccessToken newInstance(io.vertx.ext.auth.oauth2.AccessToken);
descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 1
new io.vertx.reactivex.ext.auth.oauth2.AccessToken
dup
aload 0
invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken.<init>:(Lio/vertx/ext/auth/oauth2/AccessToken;)V
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: io.vertx.reactivex.ext.auth.oauth2.AccessToken
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg Lio/vertx/ext/auth/oauth2/AccessToken;
MethodParameters:
Name Flags
arg
public io.vertx.ext.auth.User getDelegate();
descriptor: ()Lio/vertx/ext/auth/User;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.vertx.reactivex.ext.auth.oauth2.AccessToken.getDelegate:()Lio/vertx/ext/auth/oauth2/AccessToken;
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 0: new io.vertx.reactivex.ext.auth.oauth2.AccessToken
dup
aload 0
checkcast io.vertx.ext.auth.oauth2.AccessToken
invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken.<init>:(Lio/vertx/ext/auth/oauth2/AccessToken;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 obj Ljava/lang/Object;
}
SourceFile: "AccessToken.java"
NestMembers:
io.vertx.reactivex.ext.auth.oauth2.AccessToken$1 io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
InnerClasses:
io.vertx.reactivex.ext.auth.oauth2.AccessToken$1
io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
RuntimeVisibleAnnotations:
io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/auth/oauth2/AccessToken;)