パッケージ | 説明 |
---|---|
javax.validation |
Bean Validation APIのトップレベルのパッケージです。
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ValidatorContext |
ValidatorContext.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor to be used by the
Validator . |
T |
Configuration.addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Set<ValueExtractor<?>> |
ConfigurationState.getValueExtractors()
Returns a set of value extractors.
|
Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.