Uses of Class
io.vertx.core.json.JsonObject
Packages that use JsonObject
Package
Description
-
Uses of JsonObject in io.vertx.core
Methods in io.vertx.core that return JsonObjectModifier and TypeMethodDescriptionAbstractVerticle.config()Get the configuration of the verticle.Context.config()If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.VerticleBase.config()Get the configuration of the verticle.DeploymentOptions.getConfig()Get the JSON configuration that will be passed to the verticle(s) when deployed.DeploymentOptions.toJson()Convert this to JSONVertxOptions.toJson()Methods in io.vertx.core with parameters of type JsonObjectModifier and TypeMethodDescriptionDeploymentOptions.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 JsonObjectModifierConstructorDescriptionDeploymentOptions(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 JsonObjectModifier and TypeMethodDescriptionBuffer.toJsonObject()Returns aJsonObjectrepresentation of this buffer's content. -
Uses of JsonObject in io.vertx.core.datagram
Methods in io.vertx.core.datagram that return JsonObjectConstructors in io.vertx.core.datagram with parameters of type JsonObjectModifierConstructorDescriptionConstructor to create options from JSON -
Uses of JsonObject in io.vertx.core.dns
Methods in io.vertx.core.dns that return JsonObjectConstructors in io.vertx.core.dns with parameters of type JsonObject -
Uses of JsonObject in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus that return JsonObjectModifier and TypeMethodDescriptionEventBusOptions.getClusterNodeMetadata()User-supplied information about this node when Vert.x is clustered.DeliveryOptions.toJson()Convert to JSON.EventBusOptions.toJson()Builds a JSON object representing the currentEventBusOptions.MessageConsumerOptions.toJson()Methods in io.vertx.core.eventbus with parameters of type JsonObjectModifier and TypeMethodDescriptionEventBusOptions.setClusterNodeMetadata(JsonObject clusterNodeMetadata) Set information about this node when Vert.x is clustered.Constructors in io.vertx.core.eventbus with parameters of type JsonObjectModifierConstructorDescriptionDeliveryOptions(JsonObject json) Create a delivery options from JSONEventBusOptions(JsonObject json) Creates a new instance ofEventBusOptionsfrom the JSON object.Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.core.file
Methods in io.vertx.core.file that return JsonObjectModifier and TypeMethodDescriptionFileSystemOptions.toJson()Builds a JSON object representing the currentFileSystemOptions.Constructors in io.vertx.core.file with parameters of type JsonObjectModifierConstructorDescriptionCopyOptions(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 JsonObjectModifier and TypeMethodDescriptionGoAway.toJson()Http2Settings.toJson()HttpClientOptions.toJson()Convert to JSONHttpConnectOptions.toJson()HttpMethod.toJson()HttpServerOptions.toJson()Convert to JSONPoolOptions.toJson()RequestOptions.toJson()StreamPriority.toJson()WebSocketClientOptions.toJson()Convert to JSONWebSocketConnectOptions.toJson()Methods in io.vertx.core.http with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic voidWebSocketClientOptionsConverter.toJson(WebSocketClientOptions obj, JsonObject json) Constructors in io.vertx.core.http with parameters of type JsonObjectModifierConstructorDescriptionGoAway(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) Constructor to create an options from JSON -
Uses of JsonObject in io.vertx.core.json
Methods in io.vertx.core.json that return JsonObjectModifier and TypeMethodDescriptionJsonObject.clear()Remove all the entries in this JSON objectJsonObject.copy()Deep copy of this JSON object.Deep copy of this JSON object.JsonArray.getJsonObject(int pos) Get the JsonObject at positionposin the array.JsonObject.getJsonObject(String key) Get the JsonObject value with the specified keyJsonObject.getJsonObject(String key, JsonObject def) LikegetJsonObject(String)but specifying a default value to return if there is no entry.static JsonObjectCreate a JsonObject from the fields of a Java object.JsonObject.mergeIn(JsonObject other) Merge in another JSON object.JsonObject.mergeIn(JsonObject other, boolean deep) Merge in another JSON object.JsonObject.mergeIn(JsonObject other, int depth) Merge in another JSON object.static JsonObjectJsonObject.of()Create a JsonObject containing zero mappings.static JsonObjectCreate a JsonObject containing a single mapping.static JsonObjectCreate a JsonObject containing two mappings.static JsonObjectCreate 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.Put an Object into the JSON object with the specified key.Put a null value into the JSON object with the specified key.Methods in io.vertx.core.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonObject.getJsonObject(String key, JsonObject def) LikegetJsonObject(String)but specifying a default value to return if there is no entry.JsonObject.mergeIn(JsonObject other) Merge in another JSON object.JsonObject.mergeIn(JsonObject other, boolean deep) Merge in another JSON object.JsonObject.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 JsonObjectConstructors in io.vertx.core.metrics with parameters of type JsonObjectModifierConstructorDescriptionMetricsOptions(JsonObject json) Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.core.net
Methods in io.vertx.core.net that return JsonObjectModifier and TypeMethodDescriptionClientOptionsBase.toJson()Convert to JSONClientSSLOptions.toJson()Convert to JSONdefault JsonObjectHostAndPort.toJson()JdkSSLEngineOptions.toJson()JksOptions.toJson()Convert to JSONKeyStoreOptions.toJson()Convert to JSONNetClientOptions.toJson()NetServerOptions.toJson()Convert to JSONabstract JsonObjectNetworkOptions.toJson()Convert to JSONOpenSSLEngineOptions.toJson()PemKeyCertOptions.toJson()Convert to JSONPemTrustOptions.toJson()Convert to JSONPfxOptions.toJson()Convert to JSONProxyOptions.toJson()Convert to JSONServerSSLOptions.toJson()Convert to JSONdefault JsonObjectSocketAddress.toJson()SSLOptions.toJson()Convert to JSONTCPSSLOptions.toJson()Convert to JSONTrafficShapingOptions.toJson()Methods in io.vertx.core.net with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic HostAndPortHostAndPort.fromJson(JsonObject json) static SocketAddressSocketAddress.fromJson(JsonObject json) Constructors in io.vertx.core.net with parameters of type JsonObjectModifierConstructorDescriptionClientOptionsBase(JsonObject json) Create options from some JSONClientSSLOptions(JsonObject json) Create options from JSONJksOptions(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 JSONPemKeyCertOptions(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 JSON -
Uses of JsonObject in io.vertx.core.parsetools
Methods in io.vertx.core.parsetools that return JsonObject -
Uses of JsonObject in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type JsonObjectModifier and TypeMethodDescriptiondefault 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 JsonObjectConstructors in io.vertx.core.spi.cluster with parameters of type JsonObject -
Uses of JsonObject in io.vertx.core.tracing
Methods in io.vertx.core.tracing that return JsonObjectConstructors in io.vertx.core.tracing with parameters of type JsonObjectModifierConstructorDescriptionTracingOptions(JsonObject json) Create an instance from aJsonObject