Package 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").

See:
          Description

Interface Summary
MethodConstraintViolation<T> Describes the violation of a method-level constraint by providing access to the method/parameter hosting the violated constraint etc.
MethodValidator Provides an API for method-level constraint validation, based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation").
 

Enum Summary
MethodConstraintViolation.Kind The kind of a MethodConstraintViolation.
 

Exception Summary
MethodConstraintViolationException Exception class to be thrown by integrators of HV's method level validation feature.
 

Package org.hibernate.validator.method Description

This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation").

This package is part of the public Hibernate Validator API.



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