Uses of Package
org.glassfish.jersey.examples.beanvalidation.webapp.constraint

Packages that use org.glassfish.jersey.examples.beanvalidation.webapp.constraint
org.glassfish.jersey.examples.beanvalidation.webapp.constraint   
org.glassfish.jersey.examples.beanvalidation.webapp.resource   
 

Classes in org.glassfish.jersey.examples.beanvalidation.webapp.constraint used by org.glassfish.jersey.examples.beanvalidation.webapp.constraint
AtLeastOneContact
          Checks ContactCard entity whether it has at least one contact (email/phone) pre-filled.
HasId
          Checks whether a given ContactCard entity has ID.
NotEmptySearchField
          Checks whether a return entity (entities) has a not-empty searchType field which contains q search phrase.
 

Classes in org.glassfish.jersey.examples.beanvalidation.webapp.constraint used by org.glassfish.jersey.examples.beanvalidation.webapp.resource
AtLeastOneContact
          Checks ContactCard entity whether it has at least one contact (email/phone) pre-filled.
HasId
          Checks whether a given ContactCard entity has ID.
NotEmptySearchField
          Checks whether a return entity (entities) has a not-empty searchType field which contains q search phrase.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.