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 |
---|---|
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.