| Package | Description |
|---|---|
| org.glassfish.jersey.examples.beanvalidation.webapp.constraint | |
| org.glassfish.jersey.examples.beanvalidation.webapp.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
HasId.Validator.initialize(HasId hasId) |
void |
HasId.ListValidator.initialize(HasId hasId) |
| Modifier and Type | Method and Description |
|---|---|
ContactCard |
ContactCardResource.addContact(ContactCard contact) |
ContactCard |
ContactCardResource.deleteContact(Long id) |
List<ContactCard> |
ContactCardResource.deleteContacts() |
ContactCard |
ContactCardResource.getContact(Long id) |
List<ContactCard> |
ContactCardResource.getContacts() |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.