Package | Description |
---|---|
javax.validation |
Top level package of the Jakarta Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
|
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
ValidatorContext.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor to be used by the
Validator . |
T |
Configuration.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor.
|
Modifier and Type | Method and Description |
---|---|
Set<ValueExtractor<?>> |
ConfigurationState.getValueExtractors()
Returns a set of value extractors.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.