public class io.vertx.servicediscovery.ServiceDiscoveryOptions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.servicediscovery.ServiceDiscoveryOptions
super_class: java.lang.Object
{
public static final java.lang.String DEFAULT_ANNOUNCE_ADDRESS;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "vertx.discovery.announce"
public static final java.lang.String DEFAULT_USAGE_ADDRESS;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "vertx.discovery.usage"
private static final boolean DEFAULT_AUTO_REGISTRATION_IMPORTERS;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private java.lang.String announceAddress;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.json.JsonObject backendConfiguration;
descriptor: Lio/vertx/core/json/JsonObject;
flags: (0x0002) ACC_PRIVATE
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String usageAddress;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private boolean autoRegistrationOfImporters;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc "vertx.discovery.announce"
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
2: aload 0
new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
3: aload 0
aconst_null
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
4: aload 0
ldc "vertx.discovery.usage"
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
5: aload 0
iconst_1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public void <init>(io.vertx.servicediscovery.ServiceDiscoveryOptions);
descriptor: (Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc "vertx.discovery.announce"
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
2: aload 0
new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
3: aload 0
aconst_null
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
4: aload 0
ldc "vertx.discovery.usage"
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
5: aload 0
iconst_1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
6: aload 0
aload 1
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
7: aload 0
aload 1
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
8: aload 0
aload 1
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
9: aload 0
aload 1
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
10: aload 0
aload 1
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
11: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 12 1 other Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
MethodParameters:
Name Flags
other
public void <init>(io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/json/JsonObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.vertx.servicediscovery.ServiceDiscoveryOptions.<init>:()V
1: aload 1
aload 0
invokestatic io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 3 1 json Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
json
public io.vertx.core.json.JsonObject toJson();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter.toJson:(Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/json/JsonObject;)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
1 3 1 json Lio/vertx/core/json/JsonObject;
public java.lang.String getAnnounceAddress();
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.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public io.vertx.servicediscovery.ServiceDiscoveryOptions setAnnounceAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.announceAddress:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 2 1 announceAddress Ljava/lang/String;
MethodParameters:
Name Flags
announceAddress
public io.vertx.core.json.JsonObject getBackendConfiguration();
descriptor: ()Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public io.vertx.servicediscovery.ServiceDiscoveryOptions setBackendConfiguration(io.vertx.core.json.JsonObject);
descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 3
1: aload 0
new io.vertx.core.json.JsonObject
dup
invokespecial io.vertx.core.json.JsonObject.<init>:()V
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.backendConfiguration:Lio/vertx/core/json/JsonObject;
4: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 5 1 backendConfiguration Lio/vertx/core/json/JsonObject;
MethodParameters:
Name Flags
backendConfiguration
public io.vertx.servicediscovery.ServiceDiscoveryOptions setName(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String getName();
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.servicediscovery.ServiceDiscoveryOptions.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public java.lang.String getUsageAddress();
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.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public io.vertx.servicediscovery.ServiceDiscoveryOptions setUsageAddress(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.usageAddress:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 2 1 usageAddress Ljava/lang/String;
MethodParameters:
Name Flags
usageAddress
public boolean isAutoRegistrationOfImporters();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
public io.vertx.servicediscovery.ServiceDiscoveryOptions setAutoRegistrationOfImporters(boolean);
descriptor: (Z)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield io.vertx.servicediscovery.ServiceDiscoveryOptions.autoRegistrationOfImporters:Z
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
0 2 1 autoRegistrationOfImporters Z
MethodParameters:
Name Flags
autoRegistrationOfImporters
}
SourceFile: "ServiceDiscoveryOptions.java"
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.DataObject(generateConverter = true)