Package | Description |
---|---|
javax.validation | |
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.util |
Independent helper classes.
|
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
ValidatorContext.constraintValidatorFactory(ConstraintValidatorFactory factory)
Defines the constraint validator factory implementation used by the
Validator . |
ValidatorContext |
ValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator)
Defines the message interpolator implementation used by the
Validator . |
ValidatorContext |
ValidatorContext.traversableResolver(TraversableResolver traversableResolver)
Defines the traversable resolver implementation used by the
Validator . |
ValidatorContext |
ValidatorFactory.usingContext()
Defines a new validator context and return a
Validator
compliant this new context. |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateValidatorContext
Represents a Hibernate Validator specific context that is used to create
Validator instances. |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorContextImpl |
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
LazyValidatorFactory.usingContext() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.