@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 © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.