Uses of Class
javax.validation.ConstraintTarget

Packages that use ConstraintTarget
javax.validation Top level package of the Bean Validation API. 
javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. 
 

Uses of ConstraintTarget in javax.validation
 

Methods in javax.validation that return ConstraintTarget
static ConstraintTarget ConstraintTarget.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintTarget[] ConstraintTarget.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConstraintTarget in javax.validation.metadata
 

Methods in javax.validation.metadata that return ConstraintTarget
 ConstraintTarget ConstraintDescriptor.getValidationAppliesTo()
          The ConstraintTarget value of validationAppliesTo if the constraint hosts it or null otherwise.
 



Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.