public interface GenericBootstrap
Configuration.| Modifier and Type | Method and Description |
|---|---|
Configuration<?> |
configure()
Returns a generic
Configuration implementation. |
GenericBootstrap |
providerResolver(ValidationProviderResolver resolver)
Defines the provider resolution strategy.
|
GenericBootstrap providerResolver(ValidationProviderResolver resolver)
Configuration
If no resolver is defined, the default ValidationProviderResolver
implementation is used.this following the chaining method patternConfiguration<?> configure()
Configuration implementation.
At this stage the provider used to build the ValidatorFactory
is not defined.
The Configuration implementation is provided by the first provider
returned by the ValidationProviderResolver strategy.ValidationException - if the Configuration object cannot be built
this is generally due to an issue with the ValidationProviderResolverCopyright © 2012 JBoss by Red Hat. All Rights Reserved.