Uses of Class
io.vertx.core.json.JsonObject
Packages that use JsonObject
Package
Description
-
Uses of JsonObject in io.vertx.amqp
Methods in io.vertx.amqp that return JsonObjectModifier and TypeMethodDescriptionAmqpMessage.applicationProperties()AmqpMessage.bodyAsJsonObject()AmqpClientOptions.toJson()AmqpReceiverOptions.toJson()AmqpSenderOptions.toJson()SourceOptions.toJson()TargetOptions.toJson()Methods in io.vertx.amqp with parameters of type JsonObjectModifier and TypeMethodDescriptionAmqpMessageBuilder.applicationProperties(JsonObject props) AmqpMessageBuilder.withJsonObjectAsBody(JsonObject json) Constructors in io.vertx.amqp with parameters of type JsonObjectModifierConstructorDescriptionAmqpClientOptions(JsonObject json) AmqpSenderOptions(JsonObject json) SourceOptions(JsonObject json) TargetOptions(JsonObject json) -
Uses of JsonObject in io.vertx.camel
Constructors in io.vertx.camel with parameters of type JsonObjectModifierConstructorDescriptionCamelBridgeOptions(JsonObject json) Comply with theDataObjectcontract, however calling this constructor will always throw. -
Uses of JsonObject in io.vertx.cassandra
Methods in io.vertx.cassandra that return JsonObjectConstructors in io.vertx.cassandra with parameters of type JsonObjectModifierConstructorDescriptionConstructor to create options from JSON. -
Uses of JsonObject in io.vertx.circuitbreaker
Methods in io.vertx.circuitbreaker that return JsonObjectConstructors in io.vertx.circuitbreaker with parameters of type JsonObjectModifierConstructorDescriptionCreates a new instance ofCircuitBreakerOptionsfrom the given JSON object. -
Uses of JsonObject in io.vertx.config
Methods in io.vertx.config that return JsonObjectModifier and TypeMethodDescriptionConfigRetriever.getCachedConfig()Gets the last computed configuration.ConfigStoreOptions.getConfig()ConfigChange.getNewConfiguration()ConfigChange.getPreviousConfiguration()ConfigChange.toJson()ConfigRetrieverOptions.toJson()ConfigStoreOptions.toJson()Methods in io.vertx.config that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.configStream()ConfigRetriever.getConfig()Reads the configuration from the differentConfigStoreand computes the final configuration.Methods in io.vertx.config with parameters of type JsonObjectModifier and TypeMethodDescriptionConfigStoreOptions.setConfig(JsonObject config) Sets the configuration of the storeConfigChange.setNewConfiguration(JsonObject conf) Sets the new configuration.ConfigChange.setPreviousConfiguration(JsonObject conf) Sets the previous configuration.Method parameters in io.vertx.config with type arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected intoorinvalid reference
#getConfig(Handler)ConfigRetriever.listen(Handler).ConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected intoorinvalid reference
#getConfig(Handler)ConfigRetriever.listen(Handler).Constructors in io.vertx.config with parameters of type JsonObjectModifierConstructorDescriptionConfigChange(JsonObject json) Creates a newConfigChangeinstance from the given JSON object.ConfigChange(JsonObject prevConf, JsonObject newConf) Creates a newConfigChangeinstance.ConfigStoreOptions(JsonObject json) -
Uses of JsonObject in io.vertx.config.consul
Methods in io.vertx.config.consul with parameters of type JsonObjectModifier and TypeMethodDescriptionConsulConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of JsonObject in io.vertx.config.git
Methods in io.vertx.config.git with parameters of type JsonObjectModifier and TypeMethodDescriptionGitConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.git with parameters of type JsonObject -
Uses of JsonObject in io.vertx.config.hocon
Methods in io.vertx.config.hocon that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionHoconProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) Methods in io.vertx.config.hocon with parameters of type JsonObjectModifier and TypeMethodDescriptionHoconProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) -
Uses of JsonObject in io.vertx.config.kubernetes
Methods in io.vertx.config.kubernetes with parameters of type JsonObjectModifier and TypeMethodDescriptionConfigMapStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.kubernetes with parameters of type JsonObject -
Uses of JsonObject in io.vertx.config.redis
Methods in io.vertx.config.redis with parameters of type JsonObjectModifier and TypeMethodDescriptionRedisConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.redis with parameters of type JsonObject -
Uses of JsonObject in io.vertx.config.spi
Methods in io.vertx.config.spi that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConfigProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) Transforms the giveninputinto aJsonObject.Methods in io.vertx.config.spi with parameters of type JsonObjectModifier and TypeMethodDescriptionConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Creates an instance of theConfigStore.ConfigProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) Transforms the giveninputinto aJsonObject. -
Uses of JsonObject in io.vertx.config.spi.utils
Methods in io.vertx.config.spi.utils that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObjectHelper.from(Properties props) static JsonObjectJsonObjectHelper.from(Properties props, boolean rawData) static JsonObjectJsonObjectHelper.from(Properties props, boolean rawData, boolean hierarchical) static JsonObjectMethods in io.vertx.config.spi.utils with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic voidJsonObjectHelper.put(JsonObject json, String name, String value, boolean rawData) Method parameters in io.vertx.config.spi.utils with type arguments of type JsonObjectModifier and TypeMethodDescriptionvoidFileSet.buildConfiguration(List<File> files, Handler<AsyncResult<JsonObject>> handler) Iterates over the given set of files, and for each matching file, computes the resulting configuration.Constructors in io.vertx.config.spi.utils with parameters of type JsonObjectModifierConstructorDescriptionFileSet(Vertx vertx, File root, JsonObject set) Creates a newFileSetfrom a json object. -
Uses of JsonObject in io.vertx.config.spring
Methods in io.vertx.config.spring with parameters of type JsonObjectModifier and TypeMethodDescriptionSpringConfigServerStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of JsonObject in io.vertx.config.vault
Methods in io.vertx.config.vault with parameters of type JsonObjectModifier and TypeMethodDescriptionVaultConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.vault with parameters of type JsonObjectModifierConstructorDescriptionVaultConfigStore(Vertx vertx, JsonObject config) Creates an instance ofVaultConfigStore. -
Uses of JsonObject in io.vertx.config.vault.client
Methods in io.vertx.config.vault.client that return JsonObjectModifier and TypeMethodDescriptionSecret.getData()Auth.getMetadata()Lookup.getMetadata()Auth.toJson()Lookup.toJson()Secret.toJson()TokenRequest.toPayload()Methods in io.vertx.config.vault.client with parameters of type JsonObjectModifier and TypeMethodDescriptionSecret.setData(JsonObject data) Auth.setMetadata(JsonObject metadata) Lookup.setMetadata(JsonObject metadata) SlimVaultClient.write(String path, JsonObject secrets) voidSlimVaultClient.write(String path, JsonObject secrets, Completable<Secret> resultHandler) Write a secret to `path`.Constructors in io.vertx.config.vault.client with parameters of type JsonObjectModifierConstructorDescriptionAuth(JsonObject json) Lookup(JsonObject json) Secret(JsonObject json) SlimVaultClient(Vertx vertx, JsonObject configuration) Creates an instance ofSlimVaultClient.TokenRequest(JsonObject json) -
Uses of JsonObject in io.vertx.config.yaml
Methods in io.vertx.config.yaml that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionYamlProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) Methods in io.vertx.config.yaml with parameters of type JsonObjectModifier and TypeMethodDescriptionYamlProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) -
Uses of JsonObject in io.vertx.config.zookeeper
Methods in io.vertx.config.zookeeper with parameters of type JsonObjectModifier and TypeMethodDescriptionZookeeperConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.zookeeper with parameters of type JsonObject -
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 TypeMethodDescriptionvoidLauncher.afterConfigParsed(JsonObject config) Hook for sub-classes ofLauncherafter the config has been parsed.DeploymentOptions.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.cli
Methods in io.vertx.core.cli that return JsonObjectModifier and TypeMethodDescriptionArgument.toJson()Exports thisArgumentto its corresponding JSON representation.Option.toJson()Gets the json representation of thisOption.Constructors in io.vertx.core.cli with parameters of type JsonObjectModifierConstructorDescriptionArgument(JsonObject json) Creates a new instance ofArgumentfrom the given JSON object.Option(JsonObject json) Creates a new instance ofOptionfrom the givenJsonObject -
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) LikeJsonObject.getJsonObject(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) LikeJsonObject.getJsonObject(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 -
Uses of JsonObject in io.vertx.db2client
Methods in io.vertx.db2client that return JsonObjectMethods in io.vertx.db2client with parameters of type JsonObjectConstructors in io.vertx.db2client with parameters of type JsonObject -
Uses of JsonObject in io.vertx.eventbus.bridge.grpc
Methods in io.vertx.eventbus.bridge.grpc with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Sets the raw JSON message for this bridge event. -
Uses of JsonObject in io.vertx.ext.auth
Methods in io.vertx.ext.auth that return JsonObjectModifier and TypeMethodDescriptionUser.attributes()Gets extra attributes of the user.JWTOptions.getHeader()User.principal()Get the underlying principal for the User.JWTOptions.toJson()PubSecKeyOptions.toJson()Methods in io.vertx.ext.auth with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic UserUser.create(JsonObject principal) Factory for user instances that are free form.static UserUser.create(JsonObject principal, JsonObject attributes) Factory for user instances that are free form.JWTOptions.setHeader(JsonObject header) Constructors in io.vertx.ext.auth with parameters of type JsonObjectModifierConstructorDescriptionJWTOptions(JsonObject json) KeyStoreOptions(JsonObject json) Constructor to create an options from JSONPubSecKeyOptions(JsonObject json) Constructor to create an options from JSON -
Uses of JsonObject in io.vertx.ext.auth.abac
Methods in io.vertx.ext.auth.abac that return JsonObjectModifier and TypeMethodDescriptionAttribute.toJson()Policy.toJson()Encode this policy as a JSON document to facilitate storage and retrieval.Constructors in io.vertx.ext.auth.abac with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.authentication
Methods in io.vertx.ext.auth.authentication that return JsonObjectModifier and TypeMethodDescriptionCredentials.toJson()Simple interop to downcast back to JSON for backwards compatibility.TokenCredentials.toJson()UsernamePasswordCredentials.toJson()Constructors in io.vertx.ext.auth.authentication with parameters of type JsonObjectModifierConstructorDescriptionTokenCredentials(JsonObject jsonObject) UsernamePasswordCredentials(JsonObject jsonObject) -
Uses of JsonObject in io.vertx.ext.auth.authorization
Methods in io.vertx.ext.auth.authorization that return JsonObject -
Uses of JsonObject in io.vertx.ext.auth.htdigest
Methods in io.vertx.ext.auth.htdigest that return JsonObjectConstructors in io.vertx.ext.auth.htdigest with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.htpasswd
Constructors in io.vertx.ext.auth.htpasswd with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.jwt
Methods in io.vertx.ext.auth.jwt that return types with arguments of type JsonObjectMethods in io.vertx.ext.auth.jwt with parameters of type JsonObjectModifier and TypeMethodDescriptionJWTAuthOptions.addJwk(JsonObject jwk) JWTAuth.generateToken(JsonObject claims) Generate a new JWT token.JWTAuth.generateToken(JsonObject claims, JWTOptions options) Generate a new JWT token.Method parameters in io.vertx.ext.auth.jwt with type arguments of type JsonObjectConstructors in io.vertx.ext.auth.jwt with parameters of type JsonObjectModifierConstructorDescriptionJWTAuthOptions(JsonObject json) Constructor to create an options from JSON -
Uses of JsonObject in io.vertx.ext.auth.ldap
Constructors in io.vertx.ext.auth.ldap with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.mongo
Constructors in io.vertx.ext.auth.mongo with parameters of type JsonObjectModifierConstructorDescription -
Uses of JsonObject in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 that return JsonObjectModifier and TypeMethodDescriptionOAuth2Options.getExtraParameters()Extra parameters to send to the providerOAuth2Options.getHeaders()Custom headers to send along with every request.Oauth2Credentials.getJwt()OAuth2Options.getUserInfoParameters()Set the provider custom userInfo parameters to send when requesting them.OAuth2AuthorizationURL.toJson()Oauth2Credentials.toJson()OAuth2Options.toJson()Methods in io.vertx.ext.auth.oauth2 that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionOAuth2Options.getJwks()Retrieve profile information and other attributes for a logged-in end-user.Methods in io.vertx.ext.auth.oauth2 with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2Options.addJwk(JsonObject jwk) Adds a local JWKsOAuth2Auth.endSessionURL(User user, JsonObject params) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.OAuth2Options.setExtraParameters(JsonObject extraParams) Set extra parameters to be sent to the provider on each requestOAuth2Options.setHeaders(JsonObject headers) Set custom headers to be sent with every request to the providerOauth2Credentials.setJwt(JsonObject jwt) OAuth2Options.setUserInfoParameters(JsonObject userInfoParams) Set custom parameters to be sent during the userInfo resource requestMethod parameters in io.vertx.ext.auth.oauth2 with type arguments of type JsonObjectModifier and TypeMethodDescriptionOAuth2Options.setJwks(List<JsonObject> jwks) Sets the initial local JWKsConstructors in io.vertx.ext.auth.oauth2 with parameters of type JsonObjectModifierConstructorDescriptionConstructor to create an options from JSONOauth2Credentials(JsonObject json) OAuth2Options(JsonObject json) Constructor to create an options from JSON -
Uses of JsonObject in io.vertx.ext.auth.oauth2.providers
Methods in io.vertx.ext.auth.oauth2.providers with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak -
Uses of JsonObject in io.vertx.ext.auth.otp
Methods in io.vertx.ext.auth.otp that return JsonObjectConstructors in io.vertx.ext.auth.otp with parameters of type JsonObjectModifierConstructorDescriptionAuthenticator(JsonObject json) OtpCredentials(JsonObject jsonObject) OtpKey(JsonObject json) -
Uses of JsonObject in io.vertx.ext.auth.otp.hotp
Constructors in io.vertx.ext.auth.otp.hotp with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.otp.totp
Constructors in io.vertx.ext.auth.otp.totp with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.auth.sqlclient
Methods in io.vertx.ext.auth.sqlclient that return JsonObjectModifier and TypeMethodDescriptionSqlAuthenticationOptions.toJson()SqlAuthorizationOptions.toJson()Constructors in io.vertx.ext.auth.sqlclient with parameters of type JsonObjectModifierConstructorDescription -
Uses of JsonObject in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return JsonObjectModifier and TypeMethodDescriptionWebAuthn4JOptions.getExtensions()WebAuthn4JCredentials.getWebauthn()AttestationCertificates.toJson()Authenticator.toJson()RelyingParty.toJson()WebAuthn4JCredentials.toJson()WebAuthn4JOptions.toJson()Methods in io.vertx.ext.auth.webauthn4j that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.getCredentialsOptions(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.Methods in io.vertx.ext.auth.webauthn4j with parameters of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4JOptions.setExtensions(JsonObject extensions) WebAuthn4JCredentials.setWebauthn(JsonObject webauthn) Constructors in io.vertx.ext.auth.webauthn4j with parameters of type JsonObjectModifierConstructorDescriptionAuthenticator(JsonObject json) RelyingParty(JsonObject json) WebAuthn4JOptions(JsonObject json) -
Uses of JsonObject in io.vertx.ext.bridge
Fields in io.vertx.ext.bridge declared as JsonObjectModifier and TypeFieldDescriptionstatic JsonObjectPermittedOptions.DEFAULT_MATCHThe default permitted match :null.Methods in io.vertx.ext.bridge that return JsonObjectModifier and TypeMethodDescriptionPermittedOptions.getMatch()BaseBridgeEvent.getRawMessage()Get the raw JSON message for the event.BridgeOptions.toJson()Serializes the currentBridgeOptionsto JSON.PermittedOptions.toJson()Serializes the current instance ofPermittedOptionsto JSON.Methods in io.vertx.ext.bridge with parameters of type JsonObjectModifier and TypeMethodDescriptionPermittedOptions.setMatch(JsonObject match) This allows you to allow messages based on their structure.BaseBridgeEvent.setRawMessage(JsonObject message) Override the raw JSON message for the event.Constructors in io.vertx.ext.bridge with parameters of type JsonObjectModifierConstructorDescriptionBridgeOptions(JsonObject json) Creates a new instance ofBridgeOptionsfrom its JSON representation.PermittedOptions(JsonObject json) Creates a new instance ofPermittedOptionsfrom its JSON representation. -
Uses of JsonObject in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return JsonObjectModifier and TypeMethodDescriptionBlockingQueryOptions.toJson()Convert to JSONCheck.toJson()Convert to JSONCheckList.toJson()Convert to JSONCheckOptions.toJson()Convert to JSONCheckQueryOptions.toJson()Convert to JSONConsulClientOptions.toJson()Convert to JSONCoordinate.toJson()Convert to JSONCoordinateList.toJson()Convert to JSONDcCoordinates.toJson()Convert to JSONEvent.toJson()Convert to JSONEventList.toJson()Convert to JSONEventListOptions.toJson()Convert to JSONEventOptions.toJson()Convert to JSONKeyValue.toJson()Convert to JSONKeyValueList.toJson()Convert to JSONKeyValueOptions.toJson()Convert to JSONMaintenanceOptions.toJson()Convert to JSONNode.toJson()Convert to JSONNodeList.toJson()Convert to JSONNodeQueryOptions.toJson()Convert to JSONPreparedQueryDefinition.toJson()Convert to JSONPreparedQueryExecuteOptions.toJson()Convert to JSONPreparedQueryExecuteResponse.toJson()Convert to JSONService.toJson()Convert to JSONServiceEntry.toJson()Convert to JSONServiceEntryList.toJson()Convert to JSONServiceList.toJson()Convert to JSONServiceOptions.toJson()Convert to JSONServiceQueryOptions.toJson()Convert to JSONSession.toJson()Convert to JSONSessionList.toJson()Convert to JSONSessionOptions.toJson()Convert to JSONTxnError.toJson()Convert to JSONTxnKVOperation.toJson()Convert to JSONTxnRequest.toJson()Convert to JSONTxnResponse.toJson()Convert to JSONTxnServiceOperation.toJson()Convert to JSONMethods in io.vertx.ext.consul that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConsulClient.agentInfo()Returns the configuration and member information of the local agentConstructors in io.vertx.ext.consul with parameters of type JsonObjectModifierConstructorDescriptionBlockingQueryOptions(JsonObject options) Constructor from JSONCheck(JsonObject check) Constructor from JSONCheckList(JsonObject json) Constructor from JSONCheckOptions(JsonObject options) Constructor from JSONCheckQueryOptions(JsonObject json) Constructor from JSONConstructor from JSONCoordinate(JsonObject coordinate) Constructor from JSONCoordinateList(JsonObject json) Constructor from JSONDcCoordinates(JsonObject coords) Constructor from JSONEvent(JsonObject json) Constructor from JSONEventList(JsonObject json) Constructor from JSONEventListOptions(JsonObject json) Constructor from JSONEventOptions(JsonObject options) Constructor from JSONKeyValue(JsonObject json) Constructor from JSONKeyValueList(JsonObject json) Constructor from JSONKeyValueOptions(JsonObject options) Constructor from JSONMaintenanceOptions(JsonObject options) Constructor from JSONNode(JsonObject json) Constructor from JSONNodeList(JsonObject json) Constructor from JSONNodeQueryOptions(JsonObject json) Constructor from JSONConstructor from JSONConstructor from JSONConstructor from JSONService(JsonObject service) Constructor from JSONServiceEntry(JsonObject json) Constructor from JSONServiceEntryList(JsonObject json) Constructor from JSONServiceList(JsonObject json) Constructor from JSONServiceOptions(JsonObject options) Constructor from JSONConstructor from JSONSession(JsonObject session) Constructor from JSONSessionList(JsonObject json) Constructor from JSONSessionOptions(JsonObject options) Constructor from JSONTxnError(JsonObject json) Constructor from JSONTxnKVOperation(JsonObject json) Constructor from JSONTxnRequest(JsonObject json) Constructor from JSONTxnResponse(JsonObject json) Constructor from JSONConstructor from JSON -
Uses of JsonObject in io.vertx.ext.consul.connect
Methods in io.vertx.ext.consul.connect that return JsonObjectModifier and TypeMethodDescriptionProxyOptions.getConfig()ConnectOptions.toJson()Convert to JSONExposeOptions.toJson()Convert to JSONExposePathOptions.toJson()Convert to JSONProxyOptions.toJson()Convert to JSONSidecarServiceOptions.toJson()Convert to JSONUpstreamOptions.toJson()Convert to JSONMethods in io.vertx.ext.consul.connect that return types with arguments of type JsonObjectMethods in io.vertx.ext.consul.connect with parameters of type JsonObjectMethod parameters in io.vertx.ext.consul.connect with type arguments of type JsonObjectConstructors in io.vertx.ext.consul.connect with parameters of type JsonObjectModifierConstructorDescriptionConnectOptions(JsonObject options) Constructor from JSONExposeOptions(JsonObject options) Constructor from JSONExposePathOptions(JsonObject options) Constructor from JSONProxyOptions(JsonObject options) Constructor from JSONSidecarServiceOptions(JsonObject options) Constructor from JSONUpstreamOptions(JsonObject options) Constructor from JSON -
Uses of JsonObject in io.vertx.ext.consul.policy
Methods in io.vertx.ext.consul.policy that return JsonObjectConstructors in io.vertx.ext.consul.policy with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.consul.token
Methods in io.vertx.ext.consul.token that return JsonObjectModifier and TypeMethodDescriptionAclToken.toJson()CloneAclTokenOptions.toJson()NodeTokenApplyingOptions.toJson()PolicyLink.toJson()ServiceTokenApplyingOptions.toJson()TokenApplyingOptions.toJson()Constructors in io.vertx.ext.consul.token with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.dropwizard
Methods in io.vertx.ext.dropwizard that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot(Measured measured) Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available.DropwizardMetricsOptions.toJson()Match.toJson()Methods in io.vertx.ext.dropwizard with parameters of type JsonObjectModifier and TypeMethodDescriptionDropwizardVertxMetricsFactory.newOptions(JsonObject jsonObject) Constructors in io.vertx.ext.dropwizard with parameters of type JsonObjectModifierConstructorDescriptionCreate an instance from aJsonObjectMatch(JsonObject json) Create an instance from aJsonObject -
Uses of JsonObject in io.vertx.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Get the raw JSON message for the event. -
Uses of JsonObject in io.vertx.ext.healthchecks
Methods in io.vertx.ext.healthchecks that return JsonObjectModifier and TypeMethodDescriptionCheckResult.getData()Status.getData()CheckResult.toJson()Get a JSON version of this result, it computes the overall outcome.Status.toJson()Builds the JSON representation of the currentStatusinstance.Methods in io.vertx.ext.healthchecks that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionInvokes the registered procedure with the given name and sub-procedures.Methods in io.vertx.ext.healthchecks with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic StatusStatus.KO(JsonObject data) Creates a status when something bad is detected.static StatusStatus.OK(JsonObject data) Creates a status when everything is fine and adds metadata.Status.setData(JsonObject data) Sets the metadata.Method parameters in io.vertx.ext.healthchecks with type arguments of type JsonObjectModifier and TypeMethodDescriptionHealthChecks.invoke(Handler<JsonObject> resultHandler) Invokes the registered procedures and computes the outcome.Constructors in io.vertx.ext.healthchecks with parameters of type JsonObjectModifierConstructorDescriptionStatus(JsonObject json) Creates a new instance ofStatusfrom the given JSON structure. -
Uses of JsonObject in io.vertx.ext.mail
Methods in io.vertx.ext.mail that return JsonObjectModifier and TypeMethodDescriptionDKIMSignOptions.toJson()Converts to JsonObjectMailAttachment.toJson()convert this object to JSON representationMailConfig.toJson()convert config object to Json representationMailMessage.toJson()convert the mail message to Json representationMailResult.toJson()Methods in io.vertx.ext.mail with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachment.create(JsonObject json) create a MailAttachment object from a JsonObject representationConstructors in io.vertx.ext.mail with parameters of type JsonObjectModifierConstructorDescriptionDKIMSignOptions(JsonObject config) Constructor from a JsonObject.MailConfig(JsonObject config) construct config object from Json representationMailMessage(JsonObject json) construct object from a JsonObject representationMailResult(JsonObject json) -
Uses of JsonObject in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return JsonObjectModifier and TypeMethodDescriptionBulkOperation.getDocument()Returns the document, used by insert, replace, and update operationsMongoClientUpdateResult.getDocUpsertedId()Get the document id that's upsertedFindOptions.getFields()Get the fieldsBulkOperation.getFilter()Returns the filter document, used by replace, update, and delete operationsBulkOperation.getHint()Returns the operation hintCountOptions.getHint()Gets the hint to apply.FindOptions.getHint()Get the hint.UpdateOptions.getHint()Get the hint.CreateCollectionOptions.getIndexOptionDefaults()IndexModel.getKey()Get the index keyGridFsUploadOptions.getMetadata()IndexOptions.getPartialFilterExpression()Get the filter expression for the documents to be included in the index or null if not setFindOptions.getSort()Get the sort documentIndexOptions.getStorageEngine()Gets the storage engine options document for this index.CreateCollectionOptions.getStorageEngineOptions()ValidationOptions.getValidator()IndexOptions.getWeights()Gets the weighting object for use with a text indexAggregateOptions.toJson()Convert to JSONBulkOperation.toJson()Generate a json from this objectBulkWriteOptions.toJson()CollationOptions.toJson()Convert to JSONCountOptions.toJson()CreateCollectionOptions.toJson()DistinctOptions.toJson()FindOptions.toJson()Convert to JSONGridFsDownloadOptions.toJson()Convert to JSONGridFsUploadOptions.toJson()Convert to JSONIndexModel.toJson()Convert to JSONIndexOptions.toJson()Convert to JSONMongoClientBulkWriteResult.toJson()Convert to JSONMongoClientDeleteResult.toJson()Convert to JSONMongoClientUpdateResult.toJson()Convert to JSONRenameCollectionOptions.toJson()TimeSeriesOptions.toJson()UpdateOptions.toJson()ValidationOptions.toJson()Methods in io.vertx.ext.mongo that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRun aggregate MongoDB command with defaultAggregateOptions.MongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname) Gets the distinct values of the specified field name.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname, DistinctOptions distinctOptions) Gets the distinct values of the specified field name.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClientBulkWriteResult.getInserts()An unmodifiable list of inserts data.MongoClientBulkWriteResult.getUpserts()An unmodifiable list of upsert data.MongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.ReadStream<com.mongodb.client.model.changestream.ChangeStreamDocument<JsonObject>> Watch the collection change.Methods in io.vertx.ext.mongo with parameters of type JsonObjectModifier and TypeMethodDescriptionMongoClient.count(String collection, JsonObject query) Count matching documents in a collection.MongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.static MongoClientMongoClient.create(Vertx vertx, JsonObject config) Create a Mongo client which maintains its own data source.static BulkOperationBulkOperation.createDelete(JsonObject filter) Create a new delete operation with the given filterMongoClient.createIndex(String collection, JsonObject key) Creates an index.MongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.static BulkOperationBulkOperation.createInsert(JsonObject document) Create a new insert operation with the given documentstatic BulkOperationBulkOperation.createReplace(JsonObject filter, JsonObject document) Create a new replace operation with the given filter and replace documentstatic BulkOperationBulkOperation.createReplace(JsonObject filter, JsonObject document, boolean upsert) Create a new replace operation with the given filter, replace document, and the upsert flagstatic MongoClientMongoClient.createShared(Vertx vertx, JsonObject config) LikeMongoClient.createShared(io.vertx.core.Vertx, JsonObject, String)but with the default data source namestatic MongoClientMongoClient.createShared(Vertx vertx, JsonObject config, String dataSourceName) Create a Mongo client which shares its data source with any other Mongo clients created with the same data source namestatic BulkOperationBulkOperation.createUpdate(JsonObject filter, JsonObject document) Create a new update operation with the given filter and update documentstatic BulkOperationBulkOperation.createUpdate(JsonObject filter, JsonObject document, boolean upsert, boolean multi) Create a new update operation with the given filter, update document, the upsert flag, and multi flagstatic MongoClientMongoClient.createWithMongoSettings(Vertx vertx, JsonObject config, String dataSourceName, com.mongodb.MongoClientSettings settings) Constructor targeting the jvm, like standard constructorMongoClient.createShared(Vertx, JsonObject, String), but it accepts default mongoClientSettings to configure mongoMongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.dropIndex(String collection, JsonObject key) Drops the index given the keys used to create it.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoGridFsClient.findIds(JsonObject query) Finds all file ids that match a query.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.insert(String collection, JsonObject document) Insert a document in the specified collectionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionIndexOptions.partialFilterExpression(JsonObject partialFilterExpression) Sets the filter expression for the documents to be included in the indexMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.replaceDocuments(String collection, JsonObject query, JsonObject replace) Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.save(String collection, JsonObject document) Save a document in the specified collectionMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionBulkOperation.setDocument(JsonObject document) Sets the document, used by insert, replace, and update operationsFindOptions.setFields(JsonObject fields) Set the fieldsBulkOperation.setFilter(JsonObject filter) Sets the filter document, used by replace, update, and delete operationsBulkOperation.setHint(JsonObject hint) Sets the operation hintCountOptions.setHint(JsonObject hint) Optional.FindOptions.setHint(JsonObject hint) Set the hintUpdateOptions.setHint(JsonObject hint) Set the hint.CreateCollectionOptions.setIndexOptionDefaults(JsonObject indexOptionDefaults) Optional.IndexModel.setKey(JsonObject key) Sets the index keyGridFsUploadOptions.setMetadata(JsonObject metadata) FindOptions.setSort(JsonObject sort) Set the sort documentCreateCollectionOptions.setStorageEngineOptions(JsonObject storageEngineOptions) Optional.ValidationOptions.setValidator(JsonObject validator) Optional.IndexOptions.storageEngine(JsonObject storageEngine) Sets the storage engine options document for this index.MongoClient.updateCollection(String collection, JsonObject query, JsonArray update) Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollection(String collection, JsonObject query, JsonObject update) Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultIndexOptions.weights(JsonObject weights) Sets the weighting object for use with a text index.Constructors in io.vertx.ext.mongo with parameters of type JsonObjectModifierConstructorDescriptionAggregateOptions(JsonObject options) Constructor from JSONBulkOperation(JsonObject json) Json constructorBulkWriteOptions(JsonObject json) Constructor from JSONCollationOptions(JsonObject json) Constructing from a JsonObject with provided attributesCountOptions(JsonObject json) DistinctOptions(JsonObject json) FindOptions(JsonObject options) Constructor from JSONGridFsDownloadOptions(JsonObject options) Constructor from JSONGridFsUploadOptions(JsonObject options) Constructor from JSONIndexModel(JsonObject json) Json constructorIndexModel(JsonObject key, IndexOptions options) IndexOptions(JsonObject options) Constructor from JSONMongoClientBulkWriteResult(JsonObject mongoClientBulkWriteResultJson) Constructor from JSONMongoClientDeleteResult(JsonObject mongoClientDeleteResultJson) Constructor form JSONMongoClientUpdateResult(long docMatched, JsonObject docUpsertedId, long docModified) Constructor to specify the status of the operation.MongoClientUpdateResult(JsonObject mongoClientUpdateResultJson) Constructor from JSONTimeSeriesOptions(JsonObject json) UpdateOptions(JsonObject json) Constructor from JSONValidationOptions(JsonObject json) Constructor parameters in io.vertx.ext.mongo with type arguments of type JsonObjectModifierConstructorDescriptionMongoClientBulkWriteResult(long insertedCount, long matchedCount, long deletedCount, long modifiedCount, List<JsonObject> upserts, List<JsonObject> inserts) Constructor to specify the result of the bulk write operation. -
Uses of JsonObject in io.vertx.ext.shell
Constructors in io.vertx.ext.shell with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return JsonObjectModifier and TypeMethodDescriptionHttpTermOptions.getAuthOptions()SSHTermOptions.getAuthOptions()Methods in io.vertx.ext.shell.term with parameters of type JsonObjectModifier and TypeMethodDescriptionHttpTermOptions.setAuthOptions(JsonObject authOptions) Set the auth options.SSHTermOptions.setAuthOptions(JsonObject authOptions) Set the auth options.Constructors in io.vertx.ext.shell.term with parameters of type JsonObjectModifierConstructorDescriptionHttpTermOptions(JsonObject json) SSHTermOptions(JsonObject json) TelnetTermOptions(JsonObject json) -
Uses of JsonObject in io.vertx.ext.stomp
Fields in io.vertx.ext.stomp declared as JsonObjectMethods in io.vertx.ext.stomp that return JsonObjectModifier and TypeMethodDescriptionStompClientOptions.getHeartbeat()Gets the heartbeat configuration.StompServerOptions.getHeartbeat()Gets the heartbeat configuration.BridgeOptions.toJson()Frame.toJson()StompClientOptions.toJson()StompServerOptions.toJson()Methods in io.vertx.ext.stomp with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic Frame.HeartbeatFrame.Heartbeat.create(JsonObject json) Creates an instance ofFrame.Heartbeatfrom the JSON configuration provides in the client / server options.StompClientOptions.setHeartbeat(JsonObject heartbeat) Sets the heartbeat configuration.StompServerOptions.setHeartbeat(JsonObject heartbeat) Sets the heartbeat configuration.Constructors in io.vertx.ext.stomp with parameters of type JsonObjectModifierConstructorDescriptionBridgeOptions(JsonObject json) Frame(JsonObject json) Creates a new instance ofFramefrom its JSON representation.StompClientOptions(JsonObject json) Creates an instance from aJsonObject.StompServerOptions(JsonObject json) Create an instance from aJsonObject. -
Uses of JsonObject in io.vertx.ext.unit
Methods in io.vertx.ext.unit that return JsonObjectConstructors in io.vertx.ext.unit with parameters of type JsonObjectModifierConstructorDescriptionTestOptions(JsonObject json) Create a new options from the specified json. -
Uses of JsonObject in io.vertx.ext.unit.collect
Methods in io.vertx.ext.unit.collect that return types with arguments of type JsonObject -
Uses of JsonObject in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report that return JsonObjectConstructors in io.vertx.ext.unit.report with parameters of type JsonObjectModifierConstructorDescriptionReportingOptions(JsonObject json) Create a new options from the specified json.ReportOptions(JsonObject json) -
Uses of JsonObject in io.vertx.ext.web
Methods in io.vertx.ext.web that return JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectRequestBody.asJsonObject()RequestBody.asJsonObject(int maxAllowedLength) Gets the current body buffer as aJsonObject.Http2PushMapping.toJson()Constructors in io.vertx.ext.web with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.web.api.service
Methods in io.vertx.ext.web.api.service that return JsonObjectModifier and TypeMethodDescriptionServiceRequest.getExtra()Get extra payloadServiceRequest.getParams()Get request parsedParameters as JSONServiceRequest.getUser()Get request principal user as routingContext.user().principal(), null if no user is authenticatedServiceRequest.toJson()ServiceResponse.toJson()Methods in io.vertx.ext.web.api.service with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic ServiceResponseServiceResponse.completedWithJson(JsonObject jsonObject) Creates aServiceResponsewith status code 200, status message OK, content typeapplication/jsonandjsonObjectas bodyServiceRequest.setExtra(JsonObject extra) ServiceRequest.setParams(JsonObject params) ServiceRequest.setUser(JsonObject user) Method parameters in io.vertx.ext.web.api.service with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, DeliveryOptions deliveryOptions, BiFunction<Operation, RoutingContext, JsonObject> extraPayloadMapper, ResponseValidator validator) RouteToEBServiceHandler.extraPayloadMapper(Function<RoutingContext, JsonObject> extraPayloadMapper) WhenextraPayloadMapperis configured, this handler puts the evaluation result intoServiceRequest.getExtra()Constructors in io.vertx.ext.web.api.service with parameters of type JsonObjectModifierConstructorDescriptionServiceRequest(JsonObject json) ServiceRequest(JsonObject params, MultiMap headers, JsonObject user, JsonObject extra) ServiceResponse(JsonObject json) -
Uses of JsonObject in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectHttpResponse.bodyAsJsonObject()CachingWebClientOptions.toJson()Convert to JSONOAuth2WebClientOptions.toJson()Convert to JSONWebClientOptions.toJson()Convert to JSONMethods in io.vertx.ext.web.client with parameters of type JsonObjectModifier and TypeMethodDescriptionHttpRequest.sendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.Constructors in io.vertx.ext.web.client with parameters of type JsonObjectModifierConstructorDescriptionCreates a new instance from JSON.WebClientOptions(JsonObject json) Creates a new instance from JSON. -
Uses of JsonObject in io.vertx.ext.web.codec
Methods in io.vertx.ext.web.codec that return types with arguments of type JsonObjectConstructors in io.vertx.ext.web.codec with parameters of type JsonObject -
Uses of JsonObject in io.vertx.ext.web.common.template
Methods in io.vertx.ext.web.common.template with parameters of type JsonObjectModifier and TypeMethodDescriptionTemplateEngine.render(JsonObject context, String templateFileName) Render the template. -
Uses of JsonObject in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2AuthHandler.extraParams(JsonObject extraParams) Extra parameters needed to be passed while requesting a token. -
Uses of JsonObject in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return JsonObjectModifier and TypeMethodDescriptionGraphiQLHandlerOptions.getVariables()GraphiQLHandlerOptions.getWsConnectionParams()GraphiQLHandlerOptions.toJson()GraphQLHandlerOptions.toJson()Methods in io.vertx.ext.web.handler.graphql with parameters of type JsonObjectModifier and TypeMethodDescriptionGraphiQLHandlerOptions.setVariables(JsonObject variables) Initial value of the variables area in the GraphiQL user interface.GraphiQLHandlerOptions.setWsConnectionParams(JsonObject wsConnectionParams) Initial GraphQLWS connection params.Constructors in io.vertx.ext.web.handler.graphql with parameters of type JsonObjectModifierConstructorDescriptionConstructor to create options from JSON.Constructor to create options from JSON. -
Uses of JsonObject in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return JsonObjectConstructors in io.vertx.ext.web.handler.graphql.ws with parameters of type JsonObjectModifierConstructorDescriptionGraphQLWSOptions(JsonObject json) Constructor to create options from JSON. -
Uses of JsonObject in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return JsonObjectMethods in io.vertx.ext.web.handler.sockjs with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Set the raw JSON message for the event.Constructors in io.vertx.ext.web.handler.sockjs with parameters of type JsonObjectModifierConstructorDescriptionConstructor from JSONConstructor to create options from JSON. -
Uses of JsonObject in io.vertx.ext.web.sstore
Methods in io.vertx.ext.web.sstore with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic SessionStoreSessionStore.create(Vertx vertx, JsonObject options) Create a Session store given a backend and configuration JSON.SessionStore.init(Vertx vertx, JsonObject options) Initialize this store.protected voidAbstractSession.setData(JsonObject data) -
Uses of JsonObject in io.vertx.ext.web.sstore.infinispan
Methods in io.vertx.ext.web.sstore.infinispan with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options) Create a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) LikeInfinispanSessionStore.create(Vertx, JsonObject)but with a pre-configured Infinispan Client. -
Uses of JsonObject in io.vertx.ext.web.validation
Methods in io.vertx.ext.web.validation that return JsonObjectModifier and TypeMethodDescriptionRequestParameter.getJsonObject()Returns null if value is not aJsonObject, otherwise it returns valueBadRequestException.toJson()Returns a Json representation of the exceptionBodyProcessorException.toJson()ParameterProcessorException.toJson()RequestParameters.toJson()This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist -
Uses of JsonObject in io.vertx.grpc.common
Fields in io.vertx.grpc.common with type parameters of type JsonObjectModifier and TypeFieldDescriptionstatic final GrpcMessageDecoder<JsonObject> GrpcMessageDecoder.JSON_OBJECTA decoder in JSON format decoding to instances ofJsonObject.static final GrpcMessageEncoder<JsonObject> GrpcMessageEncoder.JSON_OBJECTAn encoder in JSON format encodingJsonObjectinstances. -
Uses of JsonObject in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return JsonObjectConstructors in io.vertx.grpc.server with parameters of type JsonObject -
Uses of JsonObject in io.vertx.httpproxy
Methods in io.vertx.httpproxy that return JsonObjectModifier and TypeMethodDescriptionForwardedHeadersOptions.toJson()Convert to JSON.ProxyOptions.toJson()Method parameters in io.vertx.httpproxy with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic BodyTransformerBodyTransformers.jsonObject(long maxBufferedBytes, Function<JsonObject, JsonObject> transformer) Create a body transformer that transforms JSON object to JSON object, the transformer consumes and producesapplication/json.static BodyTransformerBodyTransformers.jsonObject(long maxBufferedBytes, Function<JsonObject, JsonObject> transformer) Create a body transformer that transforms JSON object to JSON object, the transformer consumes and producesapplication/json.static BodyTransformerBodyTransformers.jsonObject(Function<JsonObject, JsonObject> transformer) LikeBodyTransformers.jsonObject(long, Function)withBodyTransformers.DEFAULT_MAX_BUFFERED_SIZEmaximum buffered bytes.static BodyTransformerBodyTransformers.jsonObject(Function<JsonObject, JsonObject> transformer) LikeBodyTransformers.jsonObject(long, Function)withBodyTransformers.DEFAULT_MAX_BUFFERED_SIZEmaximum buffered bytes.Constructors in io.vertx.httpproxy with parameters of type JsonObjectModifierConstructorDescriptionConstructor to create an options from JSON.ProxyOptions(JsonObject json) -
Uses of JsonObject in io.vertx.httpproxy.cache
Methods in io.vertx.httpproxy.cache that return JsonObjectConstructors in io.vertx.httpproxy.cache with parameters of type JsonObjectModifierConstructorDescriptionCacheOptions(JsonObject json) Constructor to create an options from JSON. -
Uses of JsonObject in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient that return JsonObjectModifier and TypeMethodDescriptionJDBCConnectOptions.getExtraConfig()JDBCConnectOptions.toJson()Methods in io.vertx.jdbcclient with parameters of type JsonObjectConstructors in io.vertx.jdbcclient with parameters of type JsonObjectModifierConstructorDescriptionJDBCConnectOptions(JsonObject json) JDBCPrepareOptions(JsonObject json) Creates a new instance from JSON. -
Uses of JsonObject in io.vertx.json.schema
Methods in io.vertx.json.schema that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectRef.resolve(JsonObject json) Resolve all$refin the givenJsonObject.SchemaRepository.resolve(JsonObject schema) Resolve all$refin the givenJsonObject.JsonSchemaOptions.toJson()OutputUnit.toJson()Methods in io.vertx.json.schema with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonSchemaJsonSchema.of(JsonObject json) Factory method to create aJsonSchemafrom aJsonObject.static JsonSchemaJsonSchema.of(String id, JsonObject json) Factory method to create aJsonSchemafrom aJsonObject.static JsonObjectRef.resolve(JsonObject json) Resolve all$refin the givenJsonObject.SchemaRepository.resolve(JsonObject schema) Resolve all$refin the givenJsonObject.Constructors in io.vertx.json.schema with parameters of type JsonObject -
Uses of JsonObject in io.vertx.json.schema.common.dsl
Methods in io.vertx.json.schema.common.dsl that return JsonObjectModifier and TypeMethodDescriptionObjectSchemaBuilder.toJson()SchemaBuilder.toJson()TupleSchemaBuilder.toJson()Methods in io.vertx.json.schema.common.dsl with parameters of type JsonObject -
Uses of JsonObject in io.vertx.junit5
Methods in io.vertx.junit5 that return JsonObject -
Uses of JsonObject in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return JsonObjectModifier and TypeMethodDescriptionClusterDescription.toJson()Convert object to JSON representationConfig.toJson()Convert object to JSON representationConfigEntry.toJson()Convert object to JSON representationConfigSynonym.toJson()Convert object to JSON representationConsumerGroupDescription.toJson()Convert object to JSON representationConsumerGroupListing.toJson()Convert object to JSON representationDescribeClusterOptions.toJson()Convert object to JSON representationDescribeConsumerGroupsOptions.toJson()Convert object to JSON representationDescribeTopicsOptions.toJson()Convert object to JSON representationListConsumerGroupOffsetsOptions.toJson()Convert object to JSON representationListConsumerGroupOffsetsSpec.toJson()Convert object to JSON representationListOffsetsResultInfo.toJson()Convert object to JSON representationMemberAssignment.toJson()Convert object to JSON representationMemberDescription.toJson()Convert object to JSON representationNewPartitions.toJson()Convert object to JSON representationNewTopic.toJson()Convert object to JSON representationOffsetSpec.toJson()Convert object to JSON representationTopicDescription.toJson()Convert object to JSON representationConstructors in io.vertx.kafka.admin with parameters of type JsonObjectModifierConstructorDescriptionClusterDescription(JsonObject json) Constructor (from JSON representation)Config(JsonObject json) Constructor (from JSON representation)ConfigEntry(JsonObject json) Constructor (from JSON representation)ConfigSynonym(JsonObject json) Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)Constructor (from JSON representation)MemberAssignment(JsonObject json) Constructor (from JSON representation)MemberDescription(JsonObject json) Constructor (from JSON representation)NewPartitions(JsonObject json) Constructor (from JSON representation)NewTopic(JsonObject json) Constructor (from JSON representation)OffsetSpec(JsonObject json) Constructor (from JSON representation)TopicDescription(JsonObject json) Constructor (from JSON representation) -
Uses of JsonObject in io.vertx.kafka.client.common
Methods in io.vertx.kafka.client.common that return JsonObjectModifier and TypeMethodDescriptionConfigResource.toJson()Convert object to JSON representationKafkaClientOptions.toJson()Node.toJson()Convert object to JSON representationPartitionInfo.toJson()Convert object to JSON representationTopicPartition.toJson()Convert object to JSON representationTopicPartitionInfo.toJson()Convert object to JSON representationConstructors in io.vertx.kafka.client.common with parameters of type JsonObjectModifierConstructorDescriptionConfigResource(JsonObject json) Constructor (from JSON representation)KafkaClientOptions(JsonObject json) Node(JsonObject json) Constructor (from JSON representation)PartitionInfo(JsonObject json) Constructor (from JSON representation)TopicPartition(JsonObject json) Constructor (from JSON representation)TopicPartitionInfo(JsonObject json) Constructor (from JSON representation) -
Uses of JsonObject in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return JsonObjectModifier and TypeMethodDescriptionOffsetAndMetadata.toJson()Convert object to JSON representationOffsetAndTimestamp.toJson()Convert object to JSON representationConstructors in io.vertx.kafka.client.consumer with parameters of type JsonObjectModifierConstructorDescriptionOffsetAndMetadata(JsonObject json) Constructor (from JSON representation)OffsetAndTimestamp(JsonObject json) Constructor (from JSON representation) -
Uses of JsonObject in io.vertx.kafka.client.producer
Methods in io.vertx.kafka.client.producer that return JsonObjectConstructors in io.vertx.kafka.client.producer with parameters of type JsonObjectModifierConstructorDescriptionRecordMetadata(JsonObject json) Constructor (from JSON representation) -
Uses of JsonObject in io.vertx.kafka.client.serialization
Subclasses with type arguments of type JsonObject in io.vertx.kafka.client.serializationClasses in io.vertx.kafka.client.serialization that implement interfaces with type arguments of type JsonObjectModifier and TypeClassDescriptionclassKafka deserializer for raw bytes in a bufferclassKafka serializer for raw bytes in a bufferMethods in io.vertx.kafka.client.serialization that return JsonObjectMethods in io.vertx.kafka.client.serialization that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic org.apache.kafka.common.serialization.Serde<JsonObject> VertxSerdes.JsonObject()Methods in io.vertx.kafka.client.serialization with parameters of type JsonObjectModifier and TypeMethodDescriptionbyte[]JsonObjectSerializer.serialize(String topic, JsonObject data) -
Uses of JsonObject in io.vertx.lang.groovy
Methods in io.vertx.lang.groovy with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic ObjectVertxExtensionModule.getAt(JsonObject json, String key) Subscript operator forJsonObject, the read part.static ObjectVertxExtensionModule.putAt(JsonObject json, String key, Object value) Subscript operator forJsonObject, the write part. -
Uses of JsonObject in io.vertx.launcher.application
Methods in io.vertx.launcher.application that return JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectVertxApplicationHooks.afterConfigParsed(JsonObject config) Invoked after parsing theconfparameter.default JsonObjectVertxApplicationHooks.afterDeploymentOptionsParsed(JsonObject deploymentOptions) Invoked after parsing thedeployment-optionsparameter.default JsonObjectVertxApplicationHooks.afterVertxOptionsParsed(JsonObject vertxOptions) Invoked after parsing theoptionsparameter.Methods in io.vertx.launcher.application with parameters of type JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectVertxApplicationHooks.afterConfigParsed(JsonObject config) Invoked after parsing theconfparameter.default JsonObjectVertxApplicationHooks.afterDeploymentOptionsParsed(JsonObject deploymentOptions) Invoked after parsing thedeployment-optionsparameter.default JsonObjectVertxApplicationHooks.afterVertxOptionsParsed(JsonObject vertxOptions) Invoked after parsing theoptionsparameter. -
Uses of JsonObject in io.vertx.micrometer
Methods in io.vertx.micrometer that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot()Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available.MetricsNaming.toJson()MicrometerMetricsOptions.toJson()VertxInfluxDbOptions.toJson()VertxJmxMetricsOptions.toJson()VertxPrometheusOptions.toJson()Methods in io.vertx.micrometer with parameters of type JsonObjectConstructors in io.vertx.micrometer with parameters of type JsonObjectModifierConstructorDescriptionMatch(JsonObject json) Create an instance from aJsonObjectMetricsNaming(JsonObject json) Create an instance from aJsonObjectCreates new options object for Micrometer metrics fromjsoninput.Creates new options object for InfluxDB reporting fromjsoninput.Create an instance from aJsonObjectCreate an instance from aJsonObject -
Uses of JsonObject in io.vertx.mqtt
Methods in io.vertx.mqtt that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectMqttWill.propertyToJson(MqttProperties.MqttProperty<?> prop) MqttAuth.toJson()Convert instance in JSONMqttClientOptions.toJson()MqttServerOptions.toJson()MqttWill.toJson()Convert instance in JSONMethods in io.vertx.mqtt with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic MqttProperties.MqttProperty<?> MqttWill.propertyFromJson(JsonObject obj) Constructors in io.vertx.mqtt with parameters of type JsonObjectModifierConstructorDescriptionMqttAuth(JsonObject json) Create instance from JSONMqttClientOptions(JsonObject json) Create an instance of MqttClientOptions from JSONMqttServerOptions(JsonObject json) Create an options from JSONMqttWill(JsonObject json) Create instance from JSON -
Uses of JsonObject in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return JsonObjectMethods in io.vertx.mssqlclient with parameters of type JsonObjectConstructors in io.vertx.mssqlclient with parameters of type JsonObject -
Uses of JsonObject in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return JsonObjectMethods in io.vertx.mysqlclient with parameters of type JsonObjectConstructors in io.vertx.mysqlclient with parameters of type JsonObject -
Uses of JsonObject in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return JsonObjectModifier and TypeMethodDescriptionOpenAPIObject.getOpenAPIModel()Returns the part of the related OpenAPI specification which is represented by the OpenAPI object that is implementing this interface.OpenAPIContract.getRawContract()Methods in io.vertx.openapi.contract that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionOpenAPIVersion.resolve(Vertx vertx, SchemaRepository repo, JsonObject contract) Methods in io.vertx.openapi.contract with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static OpenAPIVersionOpenAPIVersion.fromContract(JsonObject contract) OpenAPIContractBuilder.putAdditionalContractPart(String ref, JsonObject contractPart) Puts an additional contract part that is referenced by the main contract.OpenAPIVersion.resolve(Vertx vertx, SchemaRepository repo, JsonObject contract) OpenAPIContractBuilder.setContract(JsonObject contract) Sets the contract.OpenAPIVersion.validateAdditionalContractFile(Vertx vertx, SchemaRepository repo, JsonObject file) Deprecated.OpenAPIVersion.validateAdditionalContractPart(Vertx vertx, SchemaRepository repo, JsonObject part) Validates an additional contract against the openapi schema.OpenAPIVersion.validateContract(Vertx vertx, SchemaRepository repo, JsonObject contract) Method parameters in io.vertx.openapi.contract with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.OpenAPIContractBuilder.setAdditionalContractParts(Map<String, JsonObject> contractParts) Uses the additional contract parts from the provided map to resolve referenced additional contract parts. -
Uses of JsonObject in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectParameter.getJsonObject()default JsonObjectParameter.getJsonObject(JsonObject defaultValue) Methods in io.vertx.openapi.validation with parameters of type JsonObjectModifier and TypeMethodDescriptiondefault JsonObjectParameter.getJsonObject(JsonObject defaultValue) -
Uses of JsonObject in io.vertx.oracleclient
Methods in io.vertx.oracleclient that return JsonObjectMethods in io.vertx.oracleclient with parameters of type JsonObjectConstructors in io.vertx.oracleclient with parameters of type JsonObjectModifierConstructorDescription -
Uses of JsonObject in io.vertx.pgclient
Methods in io.vertx.pgclient that return JsonObjectModifier and TypeMethodDescriptionPgConnectOptions.toJson()PgNotice.toJson()PgNotification.toJson()Methods in io.vertx.pgclient with parameters of type JsonObjectConstructors in io.vertx.pgclient with parameters of type JsonObjectModifierConstructorDescriptionPgConnectOptions(JsonObject json) PgNotice(JsonObject json) PgNotification(JsonObject json) -
Uses of JsonObject in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return JsonObjectModifier and TypeMethodDescriptionRabbitMQConfirmation.toJson()RabbitMQOptions.toJson()RabbitMQPublisherConfirmation.toJson()Methods in io.vertx.rabbitmq that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRabbitMQClient.queueDeclareAuto()Actively declare a server-named exclusive, autodelete, non-durable queue.Methods in io.vertx.rabbitmq with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic RabbitMQClientRabbitMQClient.create(Vertx vertx, JsonObject config) LikeRabbitMQClient.create(Vertx, RabbitMQOptions)but with aJsonObjectconfig object.RabbitMQClient.exchangeDeclare(String exchange, String type, boolean durable, boolean autoDelete, JsonObject config) Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.Future<com.rabbitmq.client.AMQP.Queue.DeclareOk> RabbitMQClient.queueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, JsonObject config) Declare a queue with config optionsConstructors in io.vertx.rabbitmq with parameters of type JsonObject -
Uses of JsonObject in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return JsonObjectModifier and TypeMethodDescriptionAmqpMessage.applicationProperties()AmqpMessage.bodyAsJsonObject()Methods in io.vertx.reactivex.amqp with parameters of type JsonObjectModifier and TypeMethodDescriptionAmqpMessageBuilder.applicationProperties(JsonObject props) AmqpMessageBuilder.withJsonObjectAsBody(JsonObject json) -
Uses of JsonObject in io.vertx.reactivex.config
Methods in io.vertx.reactivex.config that return JsonObjectModifier and TypeMethodDescriptionConfigRetriever.getCachedConfig()Gets the last computed configuration.Methods in io.vertx.reactivex.config that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.configStream()ConfigRetriever.getConfig()Reads the configuration from the different and computes the final configuration.ConfigRetriever.rxGetConfig()Reads the configuration from the different and computes the final configuration.Method parameters in io.vertx.reactivex.config with type arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected into orConfigRetriever.listen(Handler).ConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected into orConfigRetriever.listen(Handler). -
Uses of JsonObject in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return JsonObjectModifier and TypeMethodDescriptionContext.config()If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed. -
Uses of JsonObject in io.vertx.reactivex.eventbus.bridge.grpc
Methods in io.vertx.reactivex.eventbus.bridge.grpc with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Sets the raw JSON message for this bridge event. -
Uses of JsonObject in io.vertx.reactivex.ext.auth
Methods in io.vertx.reactivex.ext.auth that return JsonObjectModifier and TypeMethodDescriptionUser.attributes()Gets extra attributes of the user.User.principal()Get the underlying principal for the User.Methods in io.vertx.reactivex.ext.auth with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic UserUser.create(JsonObject principal) Factory for user instances that are free form.static UserUser.create(JsonObject principal, JsonObject attributes) Factory for user instances that are free form. -
Uses of JsonObject in io.vertx.reactivex.ext.auth.abac
Methods in io.vertx.reactivex.ext.auth.abac that return JsonObject -
Uses of JsonObject in io.vertx.reactivex.ext.auth.authorization
Methods in io.vertx.reactivex.ext.auth.authorization that return JsonObject -
Uses of JsonObject in io.vertx.reactivex.ext.auth.jwt
Methods in io.vertx.reactivex.ext.auth.jwt with parameters of type JsonObjectModifier and TypeMethodDescriptionJWTAuth.generateToken(JsonObject claims) Generate a new JWT token.JWTAuth.generateToken(JsonObject claims, JWTOptions options) Generate a new JWT token. -
Uses of JsonObject in io.vertx.reactivex.ext.auth.oauth2
Methods in io.vertx.reactivex.ext.auth.oauth2 that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionOAuth2Auth.rxUserInfo(User user) Retrieve profile information and other attributes for a logged-in end-user.Retrieve profile information and other attributes for a logged-in end-user.Methods in io.vertx.reactivex.ext.auth.oauth2 with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2Auth.endSessionURL(User user, JsonObject params) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0. -
Uses of JsonObject in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak -
Uses of JsonObject in io.vertx.reactivex.ext.auth.webauthn4j
Methods in io.vertx.reactivex.ext.auth.webauthn4j that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.getCredentialsOptions(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.WebAuthn4J.rxCreateCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.rxGetCredentialsOptions(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.Methods in io.vertx.reactivex.ext.auth.webauthn4j with parameters of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.rxCreateCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call. -
Uses of JsonObject in io.vertx.reactivex.ext.bridge
Methods in io.vertx.reactivex.ext.bridge that return JsonObjectModifier and TypeMethodDescriptionBaseBridgeEvent.getRawMessage()Get the raw JSON message for the event.Methods in io.vertx.reactivex.ext.bridge with parameters of type JsonObjectModifier and TypeMethodDescriptionBaseBridgeEvent.setRawMessage(JsonObject message) Override the raw JSON message for the event. -
Uses of JsonObject in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConsulClient.agentInfo()Returns the configuration and member information of the local agentConsulClient.rxAgentInfo()Returns the configuration and member information of the local agent -
Uses of JsonObject in io.vertx.reactivex.ext.dropwizard
Methods in io.vertx.reactivex.ext.dropwizard that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot(Measured measured) Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available. -
Uses of JsonObject in io.vertx.reactivex.ext.eventbus.bridge.tcp
Methods in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Get the raw JSON message for the event. -
Uses of JsonObject in io.vertx.reactivex.ext.healthchecks
Methods in io.vertx.reactivex.ext.healthchecks that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionInvokes the registered procedure with the given name and sub-procedures.Invokes the registered procedure with the given name and sub-procedures.Method parameters in io.vertx.reactivex.ext.healthchecks with type arguments of type JsonObjectModifier and TypeMethodDescriptionHealthChecks.invoke(Handler<JsonObject> resultHandler) Invokes the registered procedures and computes the outcome. -
Uses of JsonObject in io.vertx.reactivex.ext.mail
Methods in io.vertx.reactivex.ext.mail that return JsonObjectModifier and TypeMethodDescriptionMailAttachment.toJson()convert this object to JSON representationMethods in io.vertx.reactivex.ext.mail with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachment.create(JsonObject json) create a MailAttachment object from a JsonObject representation -
Uses of JsonObject in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRun aggregate MongoDB command with defaultAggregateOptions.MongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname) Gets the distinct values of the specified field name.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname, DistinctOptions distinctOptions) Gets the distinct values of the specified field name.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxFind(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.rxFindOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.rxFindOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxRunCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.ReadStream<com.mongodb.client.model.changestream.ChangeStreamDocument<JsonObject>> Watch the collection change.Methods in io.vertx.reactivex.ext.mongo with parameters of type JsonObjectModifier and TypeMethodDescriptionMongoClient.count(String collection, JsonObject query) Count matching documents in a collection.MongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.static MongoClientMongoClient.create(Vertx vertx, JsonObject config) Create a Mongo client which maintains its own data source.MongoClient.createIndex(String collection, JsonObject key) Creates an index.MongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.static MongoClientMongoClient.createShared(Vertx vertx, JsonObject config) LikeMongoClient.createShared(Vertx, JsonObject, String)but with the default data source namestatic MongoClientMongoClient.createShared(Vertx vertx, JsonObject config, String dataSourceName) Create a Mongo client which shares its data source with any other Mongo clients created with the same data source nameMongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.dropIndex(String collection, JsonObject key) Drops the index given the keys used to create it.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoGridFsClient.findIds(JsonObject query) Finds all file ids that match a query.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.insert(String collection, JsonObject document) Insert a document in the specified collectionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.replaceDocuments(String collection, JsonObject query, JsonObject replace) Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxCount(String collection, JsonObject query) Count matching documents in a collection.MongoClient.rxCountWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.MongoClient.rxCreateIndex(String collection, JsonObject key) Creates an index.MongoClient.rxCreateIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.MongoClient.rxDistinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.rxDistinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.rxDropIndex(String collection, JsonObject key) Drops the index given the keys used to create it.MongoClient.rxFind(String collection, JsonObject query) Find matching documents in the specified collectionMongoGridFsClient.rxFindIds(JsonObject query) Finds all file ids that match a query.MongoClient.rxFindOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.rxFindOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxInsert(String collection, JsonObject document) Insert a document in the specified collectionMongoClient.rxInsertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.rxRemoveDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxReplaceDocuments(String collection, JsonObject query, JsonObject replace) Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxRunCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxSave(String collection, JsonObject document) Save a document in the specified collectionMongoClient.rxSaveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.rxUpdateCollection(String collection, JsonObject query, JsonArray update) Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollection(String collection, JsonObject query, JsonObject update) Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.save(String collection, JsonObject document) Save a document in the specified collectionMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.updateCollection(String collection, JsonObject query, JsonArray update) Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollection(String collection, JsonObject query, JsonObject update) Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult -
Uses of JsonObject in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return JsonObjectModifier and TypeMethodDescriptionRequestBody.asJsonObject()RequestBody.asJsonObject(int maxAllowedLength) Gets the current body buffer as a . -
Uses of JsonObject in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return JsonObjectMethods in io.vertx.reactivex.ext.web.client with parameters of type JsonObjectModifier and TypeMethodDescriptionHttpRequest.rxSendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.sendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json. -
Uses of JsonObject in io.vertx.reactivex.ext.web.codec
Methods in io.vertx.reactivex.ext.web.codec that return types with arguments of type JsonObject -
Uses of JsonObject in io.vertx.reactivex.ext.web.common.template
Methods in io.vertx.reactivex.ext.web.common.template with parameters of type JsonObjectModifier and TypeMethodDescriptionTemplateEngine.render(JsonObject context, String templateFileName) Render the template.TemplateEngine.rxRender(JsonObject context, String templateFileName) Render the template. -
Uses of JsonObject in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2AuthHandler.extraParams(JsonObject extraParams) Extra parameters needed to be passed while requesting a token. -
Uses of JsonObject in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return JsonObject -
Uses of JsonObject in io.vertx.reactivex.ext.web.handler.sockjs
Methods in io.vertx.reactivex.ext.web.handler.sockjs with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Set the raw JSON message for the event. -
Uses of JsonObject in io.vertx.reactivex.ext.web.sstore
Methods in io.vertx.reactivex.ext.web.sstore with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic SessionStoreSessionStore.create(Vertx vertx, JsonObject options) Create a Session store given a backend and configuration JSON.SessionStore.init(Vertx vertx, JsonObject options) Initialize this store. -
Uses of JsonObject in io.vertx.reactivex.ext.web.sstore.infinispan
Methods in io.vertx.reactivex.ext.web.sstore.infinispan with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options) Create a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) LikeInfinispanSessionStore.create(Vertx, JsonObject)but with a pre-configured Infinispan Client. -
Uses of JsonObject in io.vertx.reactivex.ext.web.validation
Methods in io.vertx.reactivex.ext.web.validation that return JsonObjectModifier and TypeMethodDescriptionRequestParameter.getJsonObject()Returns null if value is not a , otherwise it returns valueRequestParameters.toJson()This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist -
Uses of JsonObject in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectRef.resolve(JsonObject json) Resolve all$refin the given .SchemaRepository.resolve(JsonObject schema) Resolve all$refin the given .Methods in io.vertx.reactivex.json.schema with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonSchemaJsonSchema.of(JsonObject json) Factory method to create aJsonSchemafrom a .static JsonSchemaJsonSchema.of(String id, JsonObject json) Factory method to create aJsonSchemafrom a .static JsonObjectRef.resolve(JsonObject json) Resolve all$refin the given .SchemaRepository.resolve(JsonObject schema) Resolve all$refin the given . -
Uses of JsonObject in io.vertx.reactivex.micrometer
Methods in io.vertx.reactivex.micrometer that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot()Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available. -
Uses of JsonObject in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return JsonObjectMethods in io.vertx.reactivex.openapi.contract with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.Method parameters in io.vertx.reactivex.openapi.contract with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance. -
Uses of JsonObject in io.vertx.reactivex.openapi.validation
Methods in io.vertx.reactivex.openapi.validation that return JsonObjectModifier and TypeMethodDescriptionParameter.getJsonObject()Parameter.getJsonObject(JsonObject defaultValue) RequestParameter.getJsonObject()RequestParameter.getJsonObject(JsonObject defaultValue) ResponseParameter.getJsonObject()ResponseParameter.getJsonObject(JsonObject defaultValue) Methods in io.vertx.reactivex.openapi.validation with parameters of type JsonObjectModifier and TypeMethodDescriptionParameter.getJsonObject(JsonObject defaultValue) RequestParameter.getJsonObject(JsonObject defaultValue) ResponseParameter.getJsonObject(JsonObject defaultValue) -
Uses of JsonObject in io.vertx.reactivex.rabbitmq
Methods in io.vertx.reactivex.rabbitmq that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRabbitMQClient.queueDeclareAuto()Actively declare a server-named exclusive, autodelete, non-durable queue.RabbitMQClient.rxQueueDeclareAuto()Actively declare a server-named exclusive, autodelete, non-durable queue.Methods in io.vertx.reactivex.rabbitmq with parameters of type JsonObjectModifier and TypeMethodDescriptionRabbitMQClient.exchangeDeclare(String exchange, String type, boolean durable, boolean autoDelete, JsonObject config) Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.Future<com.rabbitmq.client.AMQP.Queue.DeclareOk> RabbitMQClient.queueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, JsonObject config) Declare a queue with config optionsRabbitMQClient.rxExchangeDeclare(String exchange, String type, boolean durable, boolean autoDelete, JsonObject config) Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.Single<com.rabbitmq.client.AMQP.Queue.DeclareOk> RabbitMQClient.rxQueueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, JsonObject config) Declare a queue with config options -
Uses of JsonObject in io.vertx.reactivex.servicediscovery
Methods in io.vertx.reactivex.servicediscovery with parameters of type JsonObjectModifier and TypeMethodDescriptionServiceDiscovery.getRecord(JsonObject filter) Lookups for a single record.ServiceDiscovery.getRecords(JsonObject filter) Lookups for a set of records.ServiceDiscovery.getReferenceWithConfiguration(Record record, JsonObject configuration) Gets a service reference from the given record, the reference is configured with the given json object.ServiceDiscovery.registerServiceExporter(ServiceExporter exporter, JsonObject configuration) Registers a discovery bridge.ServiceDiscovery.registerServiceImporter(ServiceImporter importer, JsonObject configuration) Registers a discovery service importer.ServiceDiscovery.rxGetRecord(JsonObject filter) Lookups for a single record.ServiceDiscovery.rxGetRecords(JsonObject filter) Lookups for a set of records.ServiceDiscovery.rxRegisterServiceExporter(ServiceExporter exporter, JsonObject configuration) Registers a discovery bridge.ServiceDiscovery.rxRegisterServiceImporter(ServiceImporter importer, JsonObject configuration) Registers a discovery service importer. -
Uses of JsonObject in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidServiceExporter.init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the exporter.voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer. -
Uses of JsonObject in io.vertx.reactivex.servicediscovery.types
Methods in io.vertx.reactivex.servicediscovery.types with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic RecordEventBusService.createRecord(String name, String address, String itf, JsonObject metadata) Sugar method to creates a record for this type.static RecordHttpEndpoint.createRecord(String name, boolean ssl, String host, int port, String root, JsonObject metadata) Same asHttpEndpoint.createRecord(String, String, int, String, JsonObject)but let you configure whether or not the service is usinghttps.static RecordHttpEndpoint.createRecord(String name, String host, int port, String root, JsonObject metadata) Convenient method to create a record for a HTTP endpoint.static RecordMessageSource.createRecord(String name, String address, String type, JsonObject metadata) Create a record representing a data producer.static RecordMongoDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Mongo data source.static RecordRedisDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Redis data source.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Future<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Future<T> EventBusService.getServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Single<T> EventBusService.rxGetServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured . -
Uses of JsonObject in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return JsonObjectModifier and TypeMethodDescriptionRow.getArrayOfJsonObjects(String column) Get an array of value for the givencolumn.Tuple.getArrayOfJsonObjects(int pos) Get an array of value atpos.Row.getJsonObject(String column) Get a value for the givencolumn.Tuple.getJsonObject(int pos) Get a value atpos.Row.toJson()Return a JSON object representation of the row.Methods in io.vertx.reactivex.sqlclient with parameters of type JsonObjectModifier and TypeMethodDescriptionTuple.addArrayOfJsonObject(JsonObject[] value) Add an array of value at the end of the tuple.Tuple.addJsonObject(JsonObject value) Add a value at the end of the tuple. -
Uses of JsonObject in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic TupleMapper<JsonObject> TupleMapper.jsonObject()Map a to a . -
Uses of JsonObject in io.vertx.reactivex.uritemplate
Methods in io.vertx.reactivex.uritemplate with parameters of type JsonObjectModifier and TypeMethodDescriptionVariables.addAll(JsonObject json) Populates with a JSON object:nullare conservedJsonArrayis converted toListJsonObjectis converted toMapinvalid input: '<'String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}".Variables.setAll(JsonObject json) LikeVariables.addAll(JsonObject)but overwrites previous variables.static VariablesVariables.variables(JsonObject json) Create an instance populated from a JSON object:nullare conservedJsonArrayis converted toListJsonObjectis converted toMapinvalid input: '<'String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". -
Uses of JsonObject in io.vertx.redis.client
Methods in io.vertx.redis.client that return JsonObjectModifier and TypeMethodDescriptionPoolOptions.toJson()Converts this object to JSON notation.RedisClusterConnectOptions.toJson()Converts this object to JSON notation.RedisConnectOptions.toJson()Converts this object to JSON notation.RedisOptions.toJson()Converts this object to JSON notation.RedisReplicationConnectOptions.toJson()Converts this object to JSON notation.RedisSentinelConnectOptions.toJson()Converts this object to JSON notation.RedisStandaloneConnectOptions.toJson()Converts this object to JSON notation.Methods in io.vertx.redis.client with parameters of type JsonObjectModifier and TypeMethodDescriptiondefault RequestRequest.arg(JsonObject arg) Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ... keyN, valueN.Constructors in io.vertx.redis.client with parameters of type JsonObjectModifierConstructorDescriptionPoolOptions(JsonObject json) RedisOptions(JsonObject json) Copy from JSON constructor. -
Uses of JsonObject in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return JsonObjectModifier and TypeMethodDescriptionAmqpMessage.applicationProperties()AmqpMessage.bodyAsJsonObject()Methods in io.vertx.rxjava3.amqp with parameters of type JsonObjectModifier and TypeMethodDescriptionAmqpMessageBuilder.applicationProperties(JsonObject props) AmqpMessageBuilder.withJsonObjectAsBody(JsonObject json) -
Uses of JsonObject in io.vertx.rxjava3.config
Methods in io.vertx.rxjava3.config that return JsonObjectModifier and TypeMethodDescriptionConfigRetriever.getCachedConfig()Gets the last computed configuration.Methods in io.vertx.rxjava3.config that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.configStream()ConfigRetriever.getConfig()Reads the configuration from the different and computes the final configuration.ConfigRetriever.rxGetConfig()Reads the configuration from the different and computes the final configuration.Method parameters in io.vertx.rxjava3.config with type arguments of type JsonObjectModifier and TypeMethodDescriptionConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected into orConfigRetriever.listen(Handler).ConfigRetriever.setConfigurationProcessor(Function<JsonObject, JsonObject> processor) Registers a handler that process the configuration before being injected into orConfigRetriever.listen(Handler). -
Uses of JsonObject in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return JsonObjectModifier and TypeMethodDescriptionContext.config()If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed. -
Uses of JsonObject in io.vertx.rxjava3.eventbus.bridge.grpc
Methods in io.vertx.rxjava3.eventbus.bridge.grpc with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Sets the raw JSON message for this bridge event. -
Uses of JsonObject in io.vertx.rxjava3.ext.auth
Methods in io.vertx.rxjava3.ext.auth that return JsonObjectModifier and TypeMethodDescriptionUser.attributes()Gets extra attributes of the user.User.principal()Get the underlying principal for the User.Methods in io.vertx.rxjava3.ext.auth with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic UserUser.create(JsonObject principal) Factory for user instances that are free form.static UserUser.create(JsonObject principal, JsonObject attributes) Factory for user instances that are free form. -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.abac
Methods in io.vertx.rxjava3.ext.auth.abac that return JsonObject -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.authorization
Methods in io.vertx.rxjava3.ext.auth.authorization that return JsonObject -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.jwt
Methods in io.vertx.rxjava3.ext.auth.jwt with parameters of type JsonObjectModifier and TypeMethodDescriptionJWTAuth.generateToken(JsonObject claims) Generate a new JWT token.JWTAuth.generateToken(JsonObject claims, JWTOptions options) Generate a new JWT token. -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.oauth2
Methods in io.vertx.rxjava3.ext.auth.oauth2 that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionOAuth2Auth.rxUserInfo(User user) Retrieve profile information and other attributes for a logged-in end-user.Retrieve profile information and other attributes for a logged-in end-user.Methods in io.vertx.rxjava3.ext.auth.oauth2 with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2Auth.endSessionURL(User user, JsonObject params) The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0. -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak -
Uses of JsonObject in io.vertx.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.ext.auth.webauthn4j that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.getCredentialsOptions(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.WebAuthn4J.rxCreateCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.rxGetCredentialsOptions(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.Methods in io.vertx.rxjava3.ext.auth.webauthn4j with parameters of type JsonObjectModifier and TypeMethodDescriptionWebAuthn4J.createCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.rxCreateCredentialsOptions(JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call. -
Uses of JsonObject in io.vertx.rxjava3.ext.bridge
Methods in io.vertx.rxjava3.ext.bridge that return JsonObjectModifier and TypeMethodDescriptionBaseBridgeEvent.getRawMessage()Get the raw JSON message for the event.Methods in io.vertx.rxjava3.ext.bridge with parameters of type JsonObjectModifier and TypeMethodDescriptionBaseBridgeEvent.setRawMessage(JsonObject message) Override the raw JSON message for the event. -
Uses of JsonObject in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionConsulClient.agentInfo()Returns the configuration and member information of the local agentConsulClient.rxAgentInfo()Returns the configuration and member information of the local agent -
Uses of JsonObject in io.vertx.rxjava3.ext.dropwizard
Methods in io.vertx.rxjava3.ext.dropwizard that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot(Measured measured) Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available. -
Uses of JsonObject in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Get the raw JSON message for the event. -
Uses of JsonObject in io.vertx.rxjava3.ext.healthchecks
Methods in io.vertx.rxjava3.ext.healthchecks that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionInvokes the registered procedure with the given name and sub-procedures.Invokes the registered procedure with the given name and sub-procedures.Method parameters in io.vertx.rxjava3.ext.healthchecks with type arguments of type JsonObjectModifier and TypeMethodDescriptionHealthChecks.invoke(Handler<JsonObject> resultHandler) Invokes the registered procedures and computes the outcome. -
Uses of JsonObject in io.vertx.rxjava3.ext.mail
Methods in io.vertx.rxjava3.ext.mail that return JsonObjectModifier and TypeMethodDescriptionMailAttachment.toJson()convert this object to JSON representationMethods in io.vertx.rxjava3.ext.mail with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic MailAttachmentMailAttachment.create(JsonObject json) create a MailAttachment object from a JsonObject representation -
Uses of JsonObject in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRun aggregate MongoDB command with defaultAggregateOptions.MongoClient.aggregateWithOptions(String collection, JsonArray pipeline, AggregateOptions options) Run aggregate MongoDB command.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname) Gets the distinct values of the specified field name.MongoClient.distinctBatch(String collection, String fieldName, String resultClassname, DistinctOptions distinctOptions) Gets the distinct values of the specified field name.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxFind(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.rxFindOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.rxFindOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxRunCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.ReadStream<com.mongodb.client.model.changestream.ChangeStreamDocument<JsonObject>> Watch the collection change.Methods in io.vertx.rxjava3.ext.mongo with parameters of type JsonObjectModifier and TypeMethodDescriptionMongoClient.count(String collection, JsonObject query) Count matching documents in a collection.MongoClient.countWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.static MongoClientMongoClient.create(Vertx vertx, JsonObject config) Create a Mongo client which maintains its own data source.MongoClient.createIndex(String collection, JsonObject key) Creates an index.MongoClient.createIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.static MongoClientMongoClient.createShared(Vertx vertx, JsonObject config) LikeMongoClient.createShared(Vertx, JsonObject, String)but with the default data source namestatic MongoClientMongoClient.createShared(Vertx vertx, JsonObject config, String dataSourceName) Create a Mongo client which shares its data source with any other Mongo clients created with the same data source nameMongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, int batchSize, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctBatchWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.distinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.dropIndex(String collection, JsonObject key) Drops the index given the keys used to create it.MongoClient.find(String collection, JsonObject query) Find matching documents in the specified collectionMongoClient.findBatch(String collection, JsonObject query) Find matching documents in the specified collection.MongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoGridFsClient.findIds(JsonObject query) Finds all file ids that match a query.MongoClient.findOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.findOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.insert(String collection, JsonObject document) Insert a document in the specified collectionMongoClient.insertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.removeDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.removeDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.replaceDocuments(String collection, JsonObject query, JsonObject replace) Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.runCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxCount(String collection, JsonObject query) Count matching documents in a collection.MongoClient.rxCountWithOptions(String collection, JsonObject query, CountOptions countOptions) Count matching documents in a collection.MongoClient.rxCreateIndex(String collection, JsonObject key) Creates an index.MongoClient.rxCreateIndexWithOptions(String collection, JsonObject key, IndexOptions options) Creates an index.MongoClient.rxDistinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query) Gets the distinct values of the specified field name filtered by specified query.MongoClient.rxDistinctWithQuery(String collection, String fieldName, String resultClassname, JsonObject query, DistinctOptions distinctOptions) Gets the distinct values of the specified field name filtered by specified query.MongoClient.rxDropIndex(String collection, JsonObject key) Drops the index given the keys used to create it.MongoClient.rxFind(String collection, JsonObject query) Find matching documents in the specified collectionMongoGridFsClient.rxFindIds(JsonObject query) Finds all file ids that match a query.MongoClient.rxFindOne(String collection, JsonObject query, JsonObject fields) Find a single matching document in the specified collectionMongoClient.rxFindOneAndDelete(String collection, JsonObject query) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplace(String collection, JsonObject query, JsonObject replace) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdate(String collection, JsonObject query, JsonObject update) Find a single matching document in the specified collection and update it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxInsert(String collection, JsonObject document) Insert a document in the specified collectionMongoClient.rxInsertWithOptions(String collection, JsonObject document, WriteOption writeOption) Insert a document in the specified collection with the specified write optionMongoClient.rxRemoveDocument(String collection, JsonObject query) Remove a single matching document from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocuments(String collection, JsonObject query) Remove matching documents from a collection and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentsWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove matching documents from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxRemoveDocumentWithOptions(String collection, JsonObject query, WriteOption writeOption) Remove a single matching document from a collection with the specified write option and return the handler withMongoClientDeleteResultresultMongoClient.rxReplaceDocuments(String collection, JsonObject query, JsonObject replace) Replace matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxRunCommand(String commandName, JsonObject command) Run an arbitrary MongoDB command.MongoClient.rxSave(String collection, JsonObject document) Save a document in the specified collectionMongoClient.rxSaveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.rxUpdateCollection(String collection, JsonObject query, JsonArray update) Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollection(String collection, JsonObject query, JsonObject update) Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.save(String collection, JsonObject document) Save a document in the specified collectionMongoClient.saveWithOptions(String collection, JsonObject document, WriteOption writeOption) Save a document in the specified collection with the specified write optionMongoClient.updateCollection(String collection, JsonObject query, JsonArray update) Use an aggregation pipeline to update documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollection(String collection, JsonObject query, JsonObject update) Update matching documents in the specified collection and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult -
Uses of JsonObject in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return JsonObjectModifier and TypeMethodDescriptionRequestBody.asJsonObject()RequestBody.asJsonObject(int maxAllowedLength) Gets the current body buffer as a . -
Uses of JsonObject in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return JsonObjectMethods in io.vertx.rxjava3.ext.web.client with parameters of type JsonObjectModifier and TypeMethodDescriptionHttpRequest.rxSendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.sendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.codec
Methods in io.vertx.rxjava3.ext.web.codec that return types with arguments of type JsonObject -
Uses of JsonObject in io.vertx.rxjava3.ext.web.common.template
Methods in io.vertx.rxjava3.ext.web.common.template with parameters of type JsonObjectModifier and TypeMethodDescriptionTemplateEngine.render(JsonObject context, String templateFileName) Render the template.TemplateEngine.rxRender(JsonObject context, String templateFileName) Render the template. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type JsonObjectModifier and TypeMethodDescriptionOAuth2AuthHandler.extraParams(JsonObject extraParams) Extra parameters needed to be passed while requesting a token. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return JsonObject -
Uses of JsonObject in io.vertx.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.ext.web.handler.sockjs with parameters of type JsonObjectModifier and TypeMethodDescriptionBridgeEvent.setRawMessage(JsonObject message) Set the raw JSON message for the event. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.ext.web.sstore with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic SessionStoreSessionStore.create(Vertx vertx, JsonObject options) Create a Session store given a backend and configuration JSON.SessionStore.init(Vertx vertx, JsonObject options) Initialize this store. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.sstore.infinispan
Methods in io.vertx.rxjava3.ext.web.sstore.infinispan with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options) Create a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) LikeInfinispanSessionStore.create(Vertx, JsonObject)but with a pre-configured Infinispan Client. -
Uses of JsonObject in io.vertx.rxjava3.ext.web.validation
Methods in io.vertx.rxjava3.ext.web.validation that return JsonObjectModifier and TypeMethodDescriptionRequestParameter.getJsonObject()Returns null if value is not a , otherwise it returns valueRequestParameters.toJson()This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist -
Uses of JsonObject in io.vertx.rxjava3.httpproxy
Method parameters in io.vertx.rxjava3.httpproxy with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic BodyTransformerBodyTransformers.jsonObject(long maxBufferedBytes, Function<JsonObject, JsonObject> transformer) Create a body transformer that transforms JSON object to JSON object, the transformer consumes and producesapplication/json.static BodyTransformerBodyTransformers.jsonObject(long maxBufferedBytes, Function<JsonObject, JsonObject> transformer) Create a body transformer that transforms JSON object to JSON object, the transformer consumes and producesapplication/json.static BodyTransformerBodyTransformers.jsonObject(Function<JsonObject, JsonObject> transformer) LikeBodyTransformers.jsonObject(long, Function)withBodyTransformersmaximum buffered bytes.static BodyTransformerBodyTransformers.jsonObject(Function<JsonObject, JsonObject> transformer) LikeBodyTransformers.jsonObject(long, Function)withBodyTransformersmaximum buffered bytes. -
Uses of JsonObject in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectRef.resolve(JsonObject json) Resolve all$refin the given .SchemaRepository.resolve(JsonObject schema) Resolve all$refin the given .Methods in io.vertx.rxjava3.json.schema with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonSchemaJsonSchema.of(JsonObject json) Factory method to create aJsonSchemafrom a .static JsonSchemaJsonSchema.of(String id, JsonObject json) Factory method to create aJsonSchemafrom a .static JsonObjectRef.resolve(JsonObject json) Resolve all$refin the given .SchemaRepository.resolve(JsonObject schema) Resolve all$refin the given . -
Uses of JsonObject in io.vertx.rxjava3.micrometer
Methods in io.vertx.rxjava3.micrometer that return JsonObjectModifier and TypeMethodDescriptionMetricsService.getMetricsSnapshot()Will return the metrics that correspond with themeasuredobject, null if no metrics is available.MetricsService.getMetricsSnapshot(String baseName) Will return the metrics that begins with thebaseName, null if no metrics is available. -
Uses of JsonObject in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return JsonObjectMethods in io.vertx.rxjava3.openapi.contract with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.Method parameters in io.vertx.rxjava3.openapi.contract with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance. -
Uses of JsonObject in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation that return JsonObjectModifier and TypeMethodDescriptionParameter.getJsonObject()Parameter.getJsonObject(JsonObject defaultValue) RequestParameter.getJsonObject()RequestParameter.getJsonObject(JsonObject defaultValue) ResponseParameter.getJsonObject()ResponseParameter.getJsonObject(JsonObject defaultValue) Methods in io.vertx.rxjava3.openapi.validation with parameters of type JsonObjectModifier and TypeMethodDescriptionParameter.getJsonObject(JsonObject defaultValue) RequestParameter.getJsonObject(JsonObject defaultValue) ResponseParameter.getJsonObject(JsonObject defaultValue) -
Uses of JsonObject in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionRabbitMQClient.queueDeclareAuto()Actively declare a server-named exclusive, autodelete, non-durable queue.RabbitMQClient.rxQueueDeclareAuto()Actively declare a server-named exclusive, autodelete, non-durable queue.Methods in io.vertx.rxjava3.rabbitmq with parameters of type JsonObjectModifier and TypeMethodDescriptionRabbitMQClient.exchangeDeclare(String exchange, String type, boolean durable, boolean autoDelete, JsonObject config) Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.Single<com.rabbitmq.client.AMQP.Queue.DeclareOk> RabbitMQClient.queueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, JsonObject config) Declare a queue with config optionsRabbitMQClient.rxExchangeDeclare(String exchange, String type, boolean durable, boolean autoDelete, JsonObject config) Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.Single<com.rabbitmq.client.AMQP.Queue.DeclareOk> RabbitMQClient.rxQueueDeclare(String queue, boolean durable, boolean exclusive, boolean autoDelete, JsonObject config) Declare a queue with config options -
Uses of JsonObject in io.vertx.rxjava3.servicediscovery
Methods in io.vertx.rxjava3.servicediscovery with parameters of type JsonObjectModifier and TypeMethodDescriptionServiceDiscovery.getRecord(JsonObject filter) Lookups for a single record.ServiceDiscovery.getRecords(JsonObject filter) Lookups for a set of records.ServiceDiscovery.getReferenceWithConfiguration(Record record, JsonObject configuration) Gets a service reference from the given record, the reference is configured with the given json object.ServiceDiscovery.registerServiceExporter(ServiceExporter exporter, JsonObject configuration) Registers a discovery bridge.ServiceDiscovery.registerServiceImporter(ServiceImporter importer, JsonObject configuration) Registers a discovery service importer.ServiceDiscovery.rxGetRecord(JsonObject filter) Lookups for a single record.ServiceDiscovery.rxGetRecords(JsonObject filter) Lookups for a set of records.ServiceDiscovery.rxRegisterServiceExporter(ServiceExporter exporter, JsonObject configuration) Registers a discovery bridge.ServiceDiscovery.rxRegisterServiceImporter(ServiceImporter importer, JsonObject configuration) Registers a discovery service importer. -
Uses of JsonObject in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidServiceExporter.init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the exporter.voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer. -
Uses of JsonObject in io.vertx.rxjava3.servicediscovery.types
Methods in io.vertx.rxjava3.servicediscovery.types with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic RecordEventBusService.createRecord(String name, String address, String itf, JsonObject metadata) Sugar method to creates a record for this type.static RecordHttpEndpoint.createRecord(String name, boolean ssl, String host, int port, String root, JsonObject metadata) Same asHttpEndpoint.createRecord(String, String, int, String, JsonObject)but let you configure whether or not the service is usinghttps.static RecordHttpEndpoint.createRecord(String name, String host, int port, String root, JsonObject metadata) Convenient method to create a record for a HTTP endpoint.static RecordMessageSource.createRecord(String name, String address, String type, JsonObject metadata) Create a record representing a data producer.static RecordMongoDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Mongo data source.static RecordRedisDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Redis data source.static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static Single<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Single<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Single<T> EventBusService.getServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Single<T> EventBusService.rxGetServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured . -
Uses of JsonObject in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return JsonObjectModifier and TypeMethodDescriptionRow.getArrayOfJsonObjects(String column) Get an array of value for the givencolumn.Tuple.getArrayOfJsonObjects(int pos) Get an array of value atpos.Row.getJsonObject(String column) Get a value for the givencolumn.Tuple.getJsonObject(int pos) Get a value atpos.Row.toJson()Return a JSON object representation of the row.Methods in io.vertx.rxjava3.sqlclient with parameters of type JsonObjectModifier and TypeMethodDescriptionTuple.addArrayOfJsonObject(JsonObject[] value) Add an array of value at the end of the tuple.Tuple.addJsonObject(JsonObject value) Add a value at the end of the tuple. -
Uses of JsonObject in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic TupleMapper<JsonObject> TupleMapper.jsonObject()Map a to a . -
Uses of JsonObject in io.vertx.rxjava3.uritemplate
Methods in io.vertx.rxjava3.uritemplate with parameters of type JsonObjectModifier and TypeMethodDescriptionVariables.addAll(JsonObject json) Populates with a JSON object:nullare conservedJsonArrayis converted toListJsonObjectis converted toMapinvalid input: '<'String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}".Variables.setAll(JsonObject json) LikeVariables.addAll(JsonObject)but overwrites previous variables.static VariablesVariables.variables(JsonObject json) Create an instance populated from a JSON object:nullare conservedJsonArrayis converted toListJsonObjectis converted toMapinvalid input: '<'String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}". -
Uses of JsonObject in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery that return JsonObjectModifier and TypeMethodDescriptionServiceDiscoveryOptions.getBackendConfiguration()Record.getLocation()Record.getMetadata()Gets the metadata attached to the record.Record.toJson()ServiceDiscoveryOptions.toJson()Builds the JSON representation for the currentServiceDiscoveryOptions.Methods in io.vertx.servicediscovery with parameters of type JsonObjectModifier and TypeMethodDescriptionServiceDiscovery.getRecord(JsonObject filter) Lookups for a single record.ServiceDiscovery.getRecords(JsonObject filter) Lookups for a set of records.ServiceDiscovery.getReferenceWithConfiguration(Record record, JsonObject configuration) Gets a service reference from the given record, the reference is configured with the given json object.booleanRecord.match(JsonObject filter) Checks whether or not the currentRecordmatches the filter.ServiceDiscovery.registerServiceExporter(ServiceExporter exporter, JsonObject configuration) Registers a discovery bridge.ServiceDiscovery.registerServiceImporter(ServiceImporter importer, JsonObject configuration) Registers a discovery service importer.ServiceDiscoveryOptions.setBackendConfiguration(JsonObject backendConfiguration) Sets the configuration passed to theServiceDiscoveryBackend.Record.setLocation(JsonObject location) Sets the json object describing the location of the service.Record.setMetadata(JsonObject metadata) Constructors in io.vertx.servicediscovery with parameters of type JsonObjectModifierConstructorDescriptionRecord(JsonObject json) Creates a newRecordfrom its json representation.Creates a new instance ofServiceDiscoveryOptionsfrom its JSON representation. -
Uses of JsonObject in io.vertx.servicediscovery.backend.redis
Methods in io.vertx.servicediscovery.backend.redis with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidRedisBackendService.init(Vertx vertx, JsonObject configuration) -
Uses of JsonObject in io.vertx.servicediscovery.consul
Methods in io.vertx.servicediscovery.consul with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidConsulServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of JsonObject in io.vertx.servicediscovery.docker
Methods in io.vertx.servicediscovery.docker with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidDockerLinksServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of JsonObject in io.vertx.servicediscovery.kubernetes
Methods in io.vertx.servicediscovery.kubernetes with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidKubernetesServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of JsonObject in io.vertx.servicediscovery.spi
Methods in io.vertx.servicediscovery.spi with parameters of type JsonObjectModifier and TypeMethodDescriptionServiceType.get(Vertx vertx, ServiceDiscovery discovery, Record record, JsonObject configuration) Gets the `service` for the given record.voidServiceDiscoveryBackend.init(Vertx vertx, JsonObject config) Initializes the backend.voidServiceExporter.init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the exporter.voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer. -
Uses of JsonObject in io.vertx.servicediscovery.types
Methods in io.vertx.servicediscovery.types that return JsonObjectMethods in io.vertx.servicediscovery.types with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic RecordEventBusService.createRecord(String name, String address, Class itf, JsonObject metadata) Sugar method to creates a record for this type.static RecordEventBusService.createRecord(String name, String address, String itf, JsonObject metadata) Sugar method to creates a record for this type.static RecordHttpEndpoint.createRecord(String name, boolean ssl, String host, int port, String root, JsonObject metadata) Same asHttpEndpoint.createRecord(String, String, int, String, JsonObject)but let you configure whether or not the service is usinghttps.static RecordHttpEndpoint.createRecord(String name, String host, int port, String root, JsonObject metadata) Convenient method to create a record for a HTTP endpoint.static RecordMessageSource.createRecord(String name, String address, Class type, JsonObject metadata) Create a record representing a data producer.static RecordMessageSource.createRecord(String name, String address, String type, JsonObject metadata) Create a record representing a data producer.static RecordMongoDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Mongo data source.static RecordRedisDataSource.createRecord(String name, JsonObject location, JsonObject metadata) Convenient method to create a record for a Redis data source.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredHttpClient.static <T> Future<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configuredMessageConsumer.static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static <T> Future<T> EventBusService.getProxy(ServiceDiscovery discovery, Class<T> itf, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Future<T> EventBusService.getServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredWebClient.HttpEndpoint.getWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configuredWebClient.Constructors in io.vertx.servicediscovery.types with parameters of type JsonObjectModifierConstructorDescriptionHttpLocation(JsonObject json) Creates a newHttpLocationfrom the given json object -
Uses of JsonObject in io.vertx.servicediscovery.zookeeper
Classes in io.vertx.servicediscovery.zookeeper that implement interfaces with type arguments of type JsonObjectMethods in io.vertx.servicediscovery.zookeeper that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionorg.apache.curator.x.discovery.ServiceInstance<JsonObject> JsonObjectSerializer.deserialize(byte[] bytes) Methods in io.vertx.servicediscovery.zookeeper with parameters of type JsonObjectModifier and TypeMethodDescriptionvoidZookeeperServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Method parameters in io.vertx.servicediscovery.zookeeper with type arguments of type JsonObjectModifier and TypeMethodDescriptionbyte[]JsonObjectSerializer.serialize(org.apache.curator.x.discovery.ServiceInstance<JsonObject> instance) -
Uses of JsonObject in io.vertx.serviceproxy
Classes in io.vertx.serviceproxy that implement interfaces with type arguments of type JsonObjectFields in io.vertx.serviceproxy with type parameters of type JsonObjectMethods in io.vertx.serviceproxy that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectHelperUtils.generateDebugInfo(Throwable cause) ServiceException.getDebugInfo()Get the Debugging information provided to this ServiceExceptionMethods in io.vertx.serviceproxy that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionServiceInterceptor.intercept(Vertx vertx, Map<String, Object> interceptorContext, Message<JsonObject> body) Perform the interceptor handlingRegister the proxy handle on the event bus.ProxyHandler.register(Vertx vertx, String address, List<io.vertx.serviceproxy.impl.InterceptorHolder> interceptorHolders) Register the proxy handle on the event bus.Registers a service on the event bus.ProxyHandler.registerLocal(EventBus eventBus, String address) Register the local proxy handle on the event bus.ProxyHandler.registerLocal(Vertx vertx, String address, List<io.vertx.serviceproxy.impl.InterceptorHolder> interceptorHolders) Register the local proxy handle on the event bus.ServiceBinder.registerLocal(Class<T> clazz, T service) Registers a local service on the event bus.Methods in io.vertx.serviceproxy with parameters of type JsonObjectModifier and TypeMethodDescriptionProxyUtils.convertToMapChar(JsonObject obj) static <T> Future<T> ServiceException.fail(int failureCode, String message, JsonObject debugInfo) Create a failed Future containing a ServiceException.Method parameters in io.vertx.serviceproxy with type arguments of type JsonObjectModifier and TypeMethodDescriptionServiceInterceptor.intercept(Vertx vertx, Map<String, Object> interceptorContext, Message<JsonObject> body) Perform the interceptor handlingvoidServiceBinder.unregister(MessageConsumer<JsonObject> consumer) Unregisters a published service.Constructors in io.vertx.serviceproxy with parameters of type JsonObjectModifierConstructorDescriptionServiceException(int failureCode, String message, JsonObject debugInfo) -
Uses of JsonObject in io.vertx.serviceresolver.kube
Constructors in io.vertx.serviceresolver.kube with parameters of type JsonObject -
Uses of JsonObject in io.vertx.serviceresolver.srv
Constructors in io.vertx.serviceresolver.srv with parameters of type JsonObject -
Uses of JsonObject in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return JsonObjectModifier and TypeMethodDescriptionIgniteCacheOptions.getEvictionPolicy()Gets on-heap cache eviction policy object.IgniteCacheOptions.getExpiryPolicy()Gets cache expiry policy object.IgniteDiscoveryOptions.getProperties()Get the discovery implementation properties.IgniteCacheOptions.toJson()Convert to JSONIgniteDiscoveryOptions.toJson()Convert to JSONIgniteMetricExporterOptions.toJson()Convert to JSONIgniteOptions.toJson()Convert to JSONIgniteSslOptions.toJson()Convert to JSONMethods in io.vertx.spi.cluster.ignite with parameters of type JsonObjectModifier and TypeMethodDescriptionIgniteCacheOptions.setEvictionPolicy(JsonObject evictionPolicy) Sets on-heap cache eviction policy object.IgniteCacheOptions.setExpiryPolicy(JsonObject expiryPolicy) Sets cache expiry policy object.IgniteDiscoveryOptions.setProperties(JsonObject properties) Sets the properties used to configure the discovery implementation.Constructors in io.vertx.spi.cluster.ignite with parameters of type JsonObjectModifierConstructorDescriptionIgniteCacheOptions(JsonObject options) Constructor from JSONIgniteClusterManager(JsonObject jsonConfig) Creates cluster manager instance with given JSON configuration.IgniteDiscoveryOptions(JsonObject options) Constructor from JSONIgniteMetricExporterOptions(JsonObject options) Constructor from JSONIgniteOptions(JsonObject options) Constructor from JSONIgniteSslOptions(JsonObject options) Constructor from JSON -
Uses of JsonObject in io.vertx.spi.cluster.ignite.util
Methods in io.vertx.spi.cluster.ignite.util that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectConfigHelper.lookupJsonConfiguration(Class<?> clazz, String... files) -
Uses of JsonObject in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper that return JsonObjectMethods in io.vertx.spi.cluster.zookeeper with parameters of type JsonObjectConstructors in io.vertx.spi.cluster.zookeeper with parameters of type JsonObject -
Uses of JsonObject in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return JsonObjectModifier and TypeMethodDescriptiondefault JsonObject[]Row.getArrayOfJsonObjects(String column) Get an array ofJsonObjectvalue for the givencolumn.default JsonObject[]Tuple.getArrayOfJsonObjects(int pos) Get an array ofJsonObjectvalue atpos.default JsonObjectRow.getJsonObject(String column) Get aJsonObjectvalue for the givencolumn.default JsonObjectTuple.getJsonObject(int pos) Get aJsonObjectvalue atpos.PoolOptions.toJson()PrepareOptions.toJson()default JsonObjectRow.toJson()Return a JSON object representation of the row.SqlConnectOptions.toJson()Methods in io.vertx.sqlclient with parameters of type JsonObjectModifier and TypeMethodDescriptiondefault TupleTuple.addArrayOfJsonObject(JsonObject[] value) Add an array ofJsonObjectvalue at the end of the tuple.default TupleTuple.addJsonObject(JsonObject value) Add aJsonObjectvalue at the end of the tuple.SqlConnectOptions.merge(JsonObject other) Returns new options created after this object and merged with theotherjson config.Constructors in io.vertx.sqlclient with parameters of type JsonObjectModifierConstructorDescriptionPoolOptions(JsonObject json) PrepareOptions(JsonObject json) SqlConnectOptions(JsonObject json) -
Uses of JsonObject in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic TupleMapper<JsonObject> TupleMapper.jsonObject()Map aJsonObjectto aTuple. -
Uses of JsonObject in io.vertx.tracing.opentelemetry
Methods in io.vertx.tracing.opentelemetry with parameters of type JsonObjectConstructors in io.vertx.tracing.opentelemetry with parameters of type JsonObject -
Uses of JsonObject in io.vertx.tracing.opentracing
Methods in io.vertx.tracing.opentracing with parameters of type JsonObjectConstructors in io.vertx.tracing.opentracing with parameters of type JsonObject -
Uses of JsonObject in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin that return JsonObjectMethods in io.vertx.tracing.zipkin with parameters of type JsonObjectConstructors in io.vertx.tracing.zipkin with parameters of type JsonObject -
Uses of JsonObject in io.vertx.uritemplate
Methods in io.vertx.uritemplate that return JsonObjectMethods in io.vertx.uritemplate with parameters of type JsonObjectModifier and TypeMethodDescriptionVariables.addAll(JsonObject json) Populates with a JSON object:nullare conservedJsonArrayis converted toList<String>JsonObjectis converted toMap<String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}".default VariablesVariables.setAll(JsonObject json) LikeVariables.addAll(JsonObject)but overwrites previous variables.static VariablesVariables.variables(JsonObject json) Create an instance populated from a JSON object:nullare conservedJsonArrayis converted toList<String>JsonObjectis converted toMap<String, String>any other value is converted to a string Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc... } } } flattens the JSON "address" to the string "{\"city\":\"Paris\",etc...}".Constructors in io.vertx.uritemplate with parameters of type JsonObject