@Retention(value=CLASS) @Target(value=PARAMETER) public @interface Body
@Rest(rootUrl = "http://myserver", converters = FormHttpMessageConverter.class)
public interface RestClient {
@Post("/events/{id}")
EventList addEvent(String id, @Body Event event);
}
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.