public class JoltTransformer extends Object
| Constructor and Description |
|---|
JoltTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.Future<io.vertx.core.json.JsonObject> |
transform(String jsonInput,
JoltSpec spec)
Transforms the provided input using the
JoltSpec specification. |
public static io.vertx.core.Future<io.vertx.core.json.JsonObject> transform(String jsonInput, JoltSpec spec)
JoltSpec specification.jsonInput - the string json input to transformspec - the JoltSpec defining how to transform the inputFuture holding the transformed JSON or an errorCopyright © 2016–2018. All rights reserved.