@Path(value="person") @Produces(value="application/json") public class RestComponentImpl extends Object
| Constructor and Description |
|---|
RestComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletePerson(long personId) |
List<PersonDTO> |
getPerson() |
PersonDTO |
getPerson(Long personId) |
PersonDTO |
postPerson(PersonDTO person) |
Copyright © 2018 OSGi Alliance. All rights reserved.