Package | Description |
---|---|
jakarta.validation |
Top level package of the Jakarta Bean Validation API.
|
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. |
Comments to: bean-validation-dev@eclipse.org.
Copyright © 2019,2020 Eclipse Foundation.
Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.