Package | Description |
---|---|
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").
|
Class and Description |
---|
MethodConstraintViolation
Describes the violation of a method-level constraint by providing access
to the method/parameter hosting the violated constraint etc.
|
MethodConstraintViolation.Kind
The kind of a
MethodConstraintViolation . |
MethodValidator
Provides an API for method-level constraint validation, based on JSR 303: Bean Validation,
Appendix C ("Proposal for method-level validation").
|
Class and Description |
---|
MethodConstraintViolation
Describes the violation of a method-level constraint by providing access
to the method/parameter hosting the violated constraint etc.
|
MethodConstraintViolation.Kind
The kind of a
MethodConstraintViolation . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.