| Package | Description |
|---|---|
| org.swisspush.gateleen.core.json.transform |
| Modifier and Type | Method and Description |
|---|---|
static JoltSpec |
JoltSpecBuilder.buildSpec(String jsonSpec)
See
JoltSpecBuilder.buildSpec(String, boolean) with false for param withMetadata |
static JoltSpec |
JoltSpecBuilder.buildSpec(String jsonSpec,
boolean withMetadata)
Builds a
JoltSpec object based on the provided string representation of the json spec. |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.Future<io.vertx.core.json.JsonObject> |
JoltTransformer.transform(String jsonInput,
JoltSpec spec)
Transforms the provided input using the
JoltSpec specification. |
Copyright © 2016–2021. All rights reserved.