Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
org.hibernate.validator |
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-380.
|
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
ValidatorContext.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor to be used by the
Validator . |
ValidatorContext |
ValidatorContext.clockProvider(ClockProvider clockProvider)
Defines the
ClockProvider implementation used by the Validator . |
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.parameterNameProvider(ParameterNameProvider parameterNameProvider)
Defines the parameter name provider 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 returns 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 |
Copyright © 2019 JBoss by Red Hat. All rights reserved.