Uses of Interface
javax.validation.valueextraction.ValueExtractor
-
Packages that use ValueExtractor 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. -
-
Uses of ValueExtractor in javax.validation
Methods in javax.validation with parameters of type ValueExtractor Modifier and Type Method Description T
Configuration. addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor.ValidatorContext
ValidatorContext. addValueExtractor(ValueExtractor<?> extractor)
Adds a value extractor to be used by theValidator
. -
Uses of ValueExtractor in javax.validation.spi
Methods in javax.validation.spi that return types with arguments of type ValueExtractor Modifier and Type Method Description java.util.Set<ValueExtractor<?>>
ConfigurationState. getValueExtractors()
Returns a set of value extractors.
-