@TypeScriptEndpoint @RestController @RequestMapping(value="/persons") public class PersonEndpoint extends BaseEndpoint<Person> implements Clearable
| Constructor and Description |
|---|
PersonEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
clearAll() |
void |
delete(String id) |
void |
move(String id,
String cityId) |
List<Person> |
neighbours(String id) |
create, read, updateCopyright © 2016–2018. All rights reserved.