@RegisterRestClient(configKey="jsonb") public interface JsonBClient
| Modifier and Type | Method and Description |
|---|---|
MyJsonBObject |
get(String objectName) |
@Path(value="/{objectName}")
@GET
@Produces(value="application/json")
MyJsonBObject get(@PathParam(value="objectName")
String objectName)
Copyright © 2021 Eclipse Foundation. All rights reserved.