@RestController public class CreateGreetingResource extends Object
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
create(GreetingModel model) |
@RequestMapping(path="/greetings",
method=POST,
consumes={"application/json","application/x-www-form-urlencoded"})
@ResponseStatus(value=CREATED)
public org.springframework.http.ResponseEntity create(@RequestBody
GreetingModel model)
Copyright © 2016–2018 Sharmarke Aden. All rights reserved.