Package | Description |
---|---|
javax.validation.bootstrap |
Package containing bootstrap specific objects.
|
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 |
---|---|
ProviderSpecificBootstrap<T> |
ProviderSpecificBootstrap.providerResolver(ValidationProviderResolver resolver)
Optionally defines the provider resolver implementation used.
|
GenericBootstrap |
GenericBootstrap.providerResolver(ValidationProviderResolver resolver)
Defines the provider resolution strategy.
|
Modifier and Type | Method and Description |
---|---|
ValidationProviderResolver |
BootstrapState.getDefaultValidationProviderResolver()
Specification default
ValidationProviderResolver
strategy instance. |
ValidationProviderResolver |
BootstrapState.getValidationProviderResolver()
User defined
ValidationProviderResolver strategy
instance or null if undefined. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.