Uses of Class
org.hibernate.validator.metadata.MetaConstraint

Packages that use MetaConstraint
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

Uses of MetaConstraint in org.hibernate.validator.metadata
 

Subclasses of MetaConstraint in org.hibernate.validator.metadata
 class BeanMetaConstraint<A extends Annotation>
          A MetaConstraint implementation that represents a field, property-level or class level constraint and allows the unified handling of these constraints.
 class MethodMetaConstraint<A extends Annotation>
          A MetaConstraint implementation that represents a method parameter or return value constraint.
 



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