Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
Modifier and Type | Method and Description |
---|---|
T |
Configuration.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor.
|
ValidatorContext |
ValidatorContext.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor to be used by the
Validator . |
Modifier and Type | Method and Description |
---|---|
Set<ValueExtractor<?>> |
ConfigurationState.getValueExtractors()
Returns a set of value extractors.
|
Copyright © 2007-2017 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.