@RestController public class ListGreetingsResource extends Object
| Modifier and Type | Method and Description |
|---|---|
Iterable<GreetingEntity> |
listGreetings() |
@RequestMapping(path="/greetings/list",
method=GET,
produces="application/json")
@ResponseStatus(value=OK)
public Iterable<GreetingEntity> listGreetings()
Copyright © 2016–2018 Sharmarke Aden. All rights reserved.