|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericBootstrap
Defines the state used to bootstrap Bean Validation and
creates a provider agnostic Configuration.
| Method Summary | |
|---|---|
Configuration<?> |
configure()
Returns a generic Configuration implementation. |
GenericBootstrap |
providerResolver(ValidationProviderResolver resolver)
Defines the provider resolution strategy. |
| Method Detail |
|---|
GenericBootstrap providerResolver(ValidationProviderResolver resolver)
Configuration.
If no resolver is defined, the default ValidationProviderResolver
implementation is used.
resolver - the ValidationProviderResolver to use for bootstrapping
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.
Configuration implementation compliant with the bootstrap state
ValidationException - if the Configuration object cannot be built;
this is generally due to an issue with the ValidationProviderResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||