| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
add(io.vertx.core.json.JsonObject params) |
io.vertx.core.json.JsonObject |
fetchEmployee(String key) |
io.vertx.core.json.JsonObject |
remove(String key) |
io.vertx.core.json.JsonObject |
update(String key,
io.vertx.core.json.JsonObject params) |
@GET @Path(value="employee/:key") @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7/E-EMPLOYEE/BY-ID") io.vertx.core.json.JsonObject fetchEmployee(@PathParam(value="key") String key)
@POST @Path(value="employee") @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7/E-EMPLOYEE/ADD") io.vertx.core.json.JsonObject add(@BodyParam io.vertx.core.json.JsonObject params)
@PUT @Path(value="employee/:key") @Address(value="\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u0395\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7/E-EMPLOYEE/EDIT") io.vertx.core.json.JsonObject update(@PathParam(value="key") String key, @BodyParam io.vertx.core.json.JsonObject params)
Copyright © 2021. All rights reserved.