Package io.vertx.tp.optic.component
Interface ComponentIndent
-
public interface ComponentIndent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<String>resolve(io.vertx.core.json.JsonObject data)io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>>resolve(io.vertx.core.json.JsonObject data, String identifier)
-
-
-
Method Detail
-
resolve
io.vertx.core.Future<String> resolve(io.vertx.core.json.JsonObject data)
-
resolve
io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> resolve(io.vertx.core.json.JsonObject data, String identifier)
-
-