public interface KeepJsonDesign
When dealing with JSON design objects there are repeating needs to extract elements by their ID or any property of an element in an array or object This interface implements the helper methods
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<io.vertx.core.json.JsonObject> |
getDesignElement(io.vertx.core.json.JsonObject design,
java.lang.String nameOrUnid)
Retrieves a design element by name or UNID
|
default java.util.Optional<io.vertx.core.json.JsonObject> getDesignElement(io.vertx.core.json.JsonObject design, java.lang.String nameOrUnid)
Retrieves a design element by name or UNID
design
- nameOrUnid
-