Package org.hibernate.validator.internal.metadata.facets

Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation).

See:
          Description

Interface Summary
Cascadable Provides a unified view on cascadable elements of all kinds, be it properties of a Java bean, the arguments passed to an executable or the value returned from an executable.
Validatable Provides a unified view on validatable elements of all kinds, be it Java beans, the arguments passed to a method or the value returned from a method.
 

Package org.hibernate.validator.internal.metadata.facets Description

Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation).



Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved