Package | Description |
---|---|
javax.validation |
Top level package of the Jakarta Bean Validation API.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Configuration<T>,U extends ValidationProvider<T>> |
Validation.byProvider(Class<U> providerType)
Builds a
Configuration for a particular provider implementation. |
Modifier and Type | Method and Description |
---|---|
List<ValidationProvider<?>> |
ValidationProviderResolver.getValidationProviders()
Returns a list of
ValidationProvider available in the runtime environment. |
This spec is licensed under the EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.