Uses of Class
io.vertx.core.json.JsonObject
-
-
Uses of JsonObject in io.vertx.core
Methods in io.vertx.core that return JsonObject Modifier and Type Method Description JsonObjectAbstractVerticle. config()Get the configuration of the verticle.JsonObjectContext. config()If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.JsonObjectVerticleBase. config()Get the configuration of the verticle.JsonObjectDeploymentOptions. getConfig()Get the JSON configuration that will be passed to the verticle(s) when deployed.JsonObjectDeploymentOptions. toJson()Convert this to JSONJsonObjectVertxOptions. toJson()Methods in io.vertx.core with parameters of type JsonObject Modifier and Type Method Description DeploymentOptionsDeploymentOptions. setConfig(JsonObject config)Set the JSON configuration that will be passed to the verticle(s) when it's deployedConstructors in io.vertx.core with parameters of type JsonObject Constructor Description DeploymentOptions(JsonObject json)Constructor for creating a instance from JSONVertxOptions(JsonObject json)Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.core.buffer
Methods in io.vertx.core.buffer that return JsonObject Modifier and Type Method Description JsonObjectBuffer. toJsonObject()Returns aJsonObjectrepresentation of this buffer's content. -
Uses of JsonObject in io.vertx.core.datagram
Constructors in io.vertx.core.datagram with parameters of type JsonObject Constructor Description DatagramSocketOptions(JsonObject json)Constructor to create options from JSON -
Uses of JsonObject in io.vertx.core.dns
Methods in io.vertx.core.dns that return JsonObject Modifier and Type Method Description JsonObjectAddressResolverOptions. toJson()JsonObjectDnsClientOptions. toJson()Constructors in io.vertx.core.dns with parameters of type JsonObject Constructor Description AddressResolverOptions(JsonObject json)DnsClientOptions(JsonObject json) -
Uses of JsonObject in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus that return JsonObject Modifier and Type Method Description JsonObjectEventBusOptions. getClusterNodeMetadata()User-supplied information about this node when Vert.x is clustered.JsonObjectDeliveryOptions. toJson()Convert to JSON.JsonObjectEventBusOptions. toJson()Builds a JSON object representing the currentEventBusOptions.JsonObjectMessageConsumerOptions. toJson()Methods in io.vertx.core.eventbus with parameters of type JsonObject Modifier and Type Method Description EventBusOptionsEventBusOptions. setClusterNodeMetadata(JsonObject clusterNodeMetadata)Set information about this node when Vert.x is clustered.Constructors in io.vertx.core.eventbus with parameters of type JsonObject Constructor Description DeliveryOptions(JsonObject json)Create a delivery options from JSONEventBusOptions(JsonObject json)Creates a new instance ofEventBusOptionsfrom the JSON object.MessageConsumerOptions(JsonObject json)Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.core.file
Methods in io.vertx.core.file that return JsonObject Modifier and Type Method Description JsonObjectFileSystemOptions. toJson()Builds a JSON object representing the currentFileSystemOptions.Constructors in io.vertx.core.file with parameters of type JsonObject Constructor Description CopyOptions(JsonObject json)Constructor to create options from JSON.FileSystemOptions(JsonObject json)Creates a new instance ofFileSystemOptionsfrom the JSON object.OpenOptions(JsonObject json)Constructor to create options from JSON -
Uses of JsonObject in io.vertx.core.http
Methods in io.vertx.core.http that return JsonObject Modifier and Type Method Description JsonObjectGoAway. toJson()JsonObjectHttp2Settings. toJson()JsonObjectHttpClientOptions. toJson()Convert to JSONJsonObjectHttpConnectOptions. toJson()JsonObjectHttpMethod. toJson()JsonObjectHttpServerOptions. toJson()Convert to JSONJsonObjectPoolOptions. toJson()JsonObjectRequestOptions. toJson()JsonObjectStreamPriority. toJson()JsonObjectWebSocketClientOptions. toJson()Convert to JSONJsonObjectWebSocketConnectOptions. toJson()Methods in io.vertx.core.http with parameters of type JsonObject Modifier and Type Method Description static voidWebSocketClientOptionsConverter. toJson(WebSocketClientOptions obj, JsonObject json)Constructors in io.vertx.core.http with parameters of type JsonObject Constructor Description GoAway(JsonObject json)Http2Settings(JsonObject json)Create an settings from JSONHttpClientOptions(JsonObject json)Constructor to create an options from JSONHttpConnectOptions(JsonObject json)Create options from JSONHttpServerOptions(JsonObject json)Create an options from JSONPoolOptions(JsonObject json)Constructor to create an options from JSONRequestOptions(JsonObject json)Create options from JSONStreamPriority(JsonObject json)WebSocketClientOptions(JsonObject json)Constructor to create an options from JSONWebSocketConnectOptions(JsonObject json) -
Uses of JsonObject in io.vertx.core.json
Methods in io.vertx.core.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. clear()Remove all the entries in this JSON objectJsonObjectJsonObject. copy()Deep copy of this JSON object.JsonObjectJsonObject. copy(Function<Object,?> cloner)Deep copy of this JSON object.JsonObjectJsonArray. getJsonObject(int pos)Get the JsonObject at positionposin the array.JsonObjectJsonObject. getJsonObject(String key)Get the JsonObject value with the specified keyJsonObjectJsonObject. getJsonObject(String key, JsonObject def)LikegetJsonObject(String)but specifying a default value to return if there is no entry.static JsonObjectJsonObject. mapFrom(Object obj)Create a JsonObject from the fields of a Java object.JsonObjectJsonObject. mergeIn(JsonObject other)Merge in another JSON object.JsonObjectJsonObject. mergeIn(JsonObject other, boolean deep)Merge in another JSON object.JsonObjectJsonObject. mergeIn(JsonObject other, int depth)Merge in another JSON object.static JsonObjectJsonObject. of()Create a JsonObject containing zero mappings.static JsonObjectJsonObject. of(String k1, Object v1)Create a JsonObject containing a single mapping.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2)Create a JsonObject containing two mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3)Create a JsonObject containing three mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4)Create a JsonObject containing four mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5)Create a JsonObject containing five mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6)Create a JsonObject containing six mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6, String k7, Object v7)Create a JsonObject containing seven mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6, String k7, Object v7, String k8, Object v8)Create a JsonObject containing eight mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6, String k7, Object v7, String k8, Object v8, String k9, Object v9)Create a JsonObject containing nine mappings.static JsonObjectJsonObject. of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6, String k7, Object v7, String k8, Object v8, String k9, Object v9, String k10, Object v10)Create a JsonObject containing ten mappings.JsonObjectJsonObject. put(String key, Object value)Put an Object into the JSON object with the specified key.JsonObjectJsonObject. putNull(String key)Put a null value into the JSON object with the specified key.Methods in io.vertx.core.json with parameters of type JsonObject Modifier and Type Method Description JsonObjectJsonObject. getJsonObject(String key, JsonObject def)LikegetJsonObject(String)but specifying a default value to return if there is no entry.JsonObjectJsonObject. mergeIn(JsonObject other)Merge in another JSON object.JsonObjectJsonObject. mergeIn(JsonObject other, boolean deep)Merge in another JSON object.JsonObjectJsonObject. mergeIn(JsonObject other, int depth)Merge in another JSON object. -
Uses of JsonObject in io.vertx.core.metrics
Methods in io.vertx.core.metrics that return JsonObject Modifier and Type Method Description JsonObjectMetricsOptions. toJson()Constructors in io.vertx.core.metrics with parameters of type JsonObject Constructor Description MetricsOptions(JsonObject json)Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.core.net
Methods in io.vertx.core.net that return JsonObject Modifier and Type Method Description JsonObjectClientOptionsBase. toJson()Convert to JSONJsonObjectClientSSLOptions. toJson()Convert to JSONdefault JsonObjectHostAndPort. toJson()JsonObjectJdkSSLEngineOptions. toJson()JsonObjectJksOptions. toJson()Convert to JSONJsonObjectKeyStoreOptions. toJson()Convert to JSONJsonObjectNetClientOptions. toJson()JsonObjectNetServerOptions. toJson()Convert to JSONJsonObjectNetworkOptions. toJson()Convert to JSONJsonObjectOpenSSLEngineOptions. toJson()JsonObjectPemKeyCertOptions. toJson()Convert to JSONJsonObjectPemTrustOptions. toJson()Convert to JSONJsonObjectPfxOptions. toJson()Convert to JSONJsonObjectProxyOptions. toJson()Convert to JSONJsonObjectServerSSLOptions. toJson()Convert to JSONdefault JsonObjectSocketAddress. toJson()JsonObjectSSLOptions. toJson()Convert to JSONJsonObjectTCPSSLOptions. toJson()Convert to JSONJsonObjectTrafficShapingOptions. toJson()Methods in io.vertx.core.net with parameters of type JsonObject Modifier and Type Method Description static HostAndPortHostAndPort. fromJson(JsonObject json)static SocketAddressSocketAddress. fromJson(JsonObject json)Constructors in io.vertx.core.net with parameters of type JsonObject Constructor Description ClientOptionsBase(JsonObject json)Create options from some JSONClientSSLOptions(JsonObject json)Create options from JSONJdkSSLEngineOptions(JsonObject json)JksOptions(JsonObject json)Create options from JSONKeyStoreOptions(JsonObject json)Create options from JSONNetClientOptions(JsonObject json)Create options from JSONNetServerOptions(JsonObject json)Create some options from JSONNetworkOptions(JsonObject json)Constructor from JSONOpenSSLEngineOptions(JsonObject json)PemKeyCertOptions(JsonObject json)Create options from JSONPemTrustOptions(JsonObject json)Create options from JSONPfxOptions(JsonObject json)Create options from JSONProxyOptions(JsonObject json)Create options from JSON.ServerSSLOptions(JsonObject json)Create options from JSONSSLEngineOptions(JsonObject json)SSLOptions(JsonObject json)Create options from JSONTCPSSLOptions(JsonObject json)Create options from JSONTrafficShapingOptions(JsonObject json) -
Uses of JsonObject in io.vertx.core.parsetools
Methods in io.vertx.core.parsetools that return JsonObject Modifier and Type Method Description JsonObjectJsonEvent. objectValue() -
Uses of JsonObject in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type JsonObject Modifier and Type Method Description default MetricsOptionsVertxMetricsFactory. newOptions(JsonObject jsonObject)Create metrics options from the providedjsonObject.default TracingOptionsVertxTracerFactory. newOptions(JsonObject jsonObject)Create tracing options from the providedjsonObject. -
Uses of JsonObject in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return JsonObject Modifier and Type Method Description JsonObjectNodeInfo. metadata()Constructors in io.vertx.core.spi.cluster with parameters of type JsonObject Constructor Description NodeInfo(String host, int port, JsonObject metadata) -
Uses of JsonObject in io.vertx.core.spi.endpoint
Methods in io.vertx.core.spi.endpoint that return JsonObject Modifier and Type Method Description default JsonObjectEndpointResolver. propertiesOf(S server)Returns the known properties of a givenserver. -
Uses of JsonObject in io.vertx.core.tracing
Methods in io.vertx.core.tracing that return JsonObject Modifier and Type Method Description JsonObjectTracingOptions. toJson()Constructors in io.vertx.core.tracing with parameters of type JsonObject Constructor Description TracingOptions(JsonObject json)Create an instance from aJsonObject
-