@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 © 2020 Eclipse Foundation. All rights reserved.