Uses of Class
org.swisspush.gateleen.core.json.transform.JoltSpec
-
Packages that use JoltSpec Package Description org.swisspush.gateleen.core.json.transform -
-
Uses of JoltSpec in org.swisspush.gateleen.core.json.transform
Methods in org.swisspush.gateleen.core.json.transform that return JoltSpec Modifier and Type Method Description static JoltSpecJoltSpecBuilder. buildSpec(String jsonSpec)SeeJoltSpecBuilder.buildSpec(String, boolean)withfalsefor param withMetadatastatic JoltSpecJoltSpecBuilder. buildSpec(String jsonSpec, boolean withMetadata)Builds aJoltSpecobject based on the provided string representation of the json spec.Methods in org.swisspush.gateleen.core.json.transform with parameters of type JoltSpec Modifier and Type Method Description static io.vertx.core.Future<io.vertx.core.json.JsonObject>JoltTransformer. transform(String jsonInput, JoltSpec spec)Transforms the provided input using theJoltSpecspecification.
-