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

Packages that use MethodConstraintViolation.Kind
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.method Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

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

Methods in org.hibernate.validator.internal.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()
          Deprecated. Returns the kind of this method constraint violation.
static MethodConstraintViolation.Kind MethodConstraintViolation.Kind.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static MethodConstraintViolation.Kind[] MethodConstraintViolation.Kind.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.