Uses of Class
org.hibernate.validator.method.MethodConstraintViolation.Kind

Packages that use MethodConstraintViolation.Kind
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.method This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation"). 
 

Uses of MethodConstraintViolation.Kind in org.hibernate.validator.engine
 

Methods in org.hibernate.validator.engine that return MethodConstraintViolation.Kind
 MethodConstraintViolation.Kind MethodConstraintViolationImpl.getKind()
           
 

Uses of MethodConstraintViolation.Kind in org.hibernate.validator.method
 

Methods in org.hibernate.validator.method that return MethodConstraintViolation.Kind
 MethodConstraintViolation.Kind MethodConstraintViolation.getKind()
          Returns the kind of this method constraint violation.
static MethodConstraintViolation.Kind MethodConstraintViolation.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MethodConstraintViolation.Kind[] MethodConstraintViolation.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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