Bean Validation API 1.0.0.GA-redhat-2

Uses of Interface
javax.validation.metadata.ConstraintDescriptor

Packages that use ConstraintDescriptor
javax.validation   
javax.validation.metadata   
 

Uses of ConstraintDescriptor in javax.validation
 

Methods in javax.validation that return ConstraintDescriptor
 ConstraintDescriptor<?> MessageInterpolator.Context.getConstraintDescriptor()
           
 ConstraintDescriptor<?> ConstraintViolation.getConstraintDescriptor()
          Constraint metadata reported to fail.
 

Uses of ConstraintDescriptor in javax.validation.metadata
 

Methods in javax.validation.metadata that return types with arguments of type ConstraintDescriptor
 Set<ConstraintDescriptor<?>> ConstraintDescriptor.getComposingConstraints()
          Return a set of composing ConstraintDescriptors where each descriptor describes a composing constraint.
 Set<ConstraintDescriptor<?>> ElementDescriptor.getConstraintDescriptors()
          Return all constraint descriptors for this element in the class hierarchy or an empty Set if none are present.
 Set<ConstraintDescriptor<?>> ElementDescriptor.ConstraintFinder.getConstraintDescriptors()
          Retrieve the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor
 


Bean Validation API 1.0.0.GA-redhat-2

Copyright © 2007-2012 JBoss by Red Hat. All Rights Reserved.