@RegisterRestClient(configKey="jsonb") @RegisterProvider(value=MyJsonBContextResolver.class) public interface JsonBPrivateClient extends JsonBClient
Modifier and Type | Method and Description |
---|---|
MyJsonBObjectWithPrivateProperties |
getPrivate(String objectName) |
get
@Path(value="/private/{objectName}") @GET @Produces(value="application/json") MyJsonBObjectWithPrivateProperties getPrivate(@PathParam(value="objectName") String objectName)
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.