Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.json.schema.common |
Modifier and Type | Method and Description |
---|---|
SchemaRouterOptions |
SchemaRouterOptions.putAuthHeader(String headerName,
String headerValue)
Put an header to authenticate requests while loading an external schema
|
SchemaRouterOptions |
SchemaRouterOptions.putAuthQueryParam(String queryParamName,
String queryParamValue)
Put a query parameter to authenticate requests while loading an external schema
|
Modifier and Type | Method and Description |
---|---|
static SchemaRouter |
SchemaRouter.create(io.vertx.core.http.HttpClient client,
io.vertx.core.file.FileSystem fs,
SchemaRouterOptions schemaRouterOptions)
Create a new
SchemaRouter |
static SchemaRouter |
SchemaRouter.create(io.vertx.core.Vertx vertx,
SchemaRouterOptions schemaRouterOptions)
Create a new
SchemaRouter |
static void |
SchemaRouterOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
SchemaRouterOptions obj) |
static void |
SchemaRouterOptionsConverter.toJson(SchemaRouterOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
SchemaRouterOptionsConverter.toJson(SchemaRouterOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
SchemaRouterImpl(io.vertx.core.http.HttpClient client,
io.vertx.core.file.FileSystem fs,
SchemaRouterOptions options) |
Copyright © 2021 Eclipse. All rights reserved.