Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.constraintvalidation |
Custom Hibernate Validator specific constraint validation extension classes.
|
Modifier and Type | Method and Description |
---|---|
HibernateValidatorConfiguration |
HibernateValidatorConfiguration.timeProvider(TimeProvider timeProvider)
Registers the given time provider with the bootstrapped validator factory.
|
HibernateValidatorContext |
HibernateValidatorContext.timeProvider(TimeProvider timeProvider)
Registers the given time provider with the bootstrapped validator.
|
Modifier and Type | Method and Description |
---|---|
TimeProvider |
HibernateConstraintValidatorContext.getTimeProvider()
Returns the provider for obtaining the current time, e.g.
|
Copyright © 2007-2019 Red Hat, Inc. All Rights Reserved