Package io.vertx.tp.optic.extension
Class SourceInit
- java.lang.Object
-
- io.vertx.tp.optic.extension.SourceInit
-
-
Constructor Summary
Constructors Constructor Description SourceInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>>apply()io.vertx.core.json.JsonObjectresult(io.vertx.core.json.JsonObject input, io.vertx.core.json.JsonObject sourceJson)io.vertx.core.json.JsonObjectwhereUnique(io.vertx.core.json.JsonObject appJson)
-
-
-
Method Detail
-
apply
public Function<io.vertx.core.json.JsonObject,io.vertx.core.Future<io.vertx.core.json.JsonObject>> apply()
-
whereUnique
public io.vertx.core.json.JsonObject whereUnique(io.vertx.core.json.JsonObject appJson)
- Specified by:
whereUniquein interfaceInit
-
-