Package | Description |
---|---|
javax.validation | |
javax.validation.bootstrap | |
javax.validation.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration<T extends Configuration<T>> |
private static class |
Validation.ProviderSpecificBootstrapImpl<T extends Configuration<T>,U extends ValidationProvider<T>> |
Modifier and Type | Method and Description |
---|---|
static <T extends Configuration<T>,U extends ValidationProvider<T>> |
Validation.byProvider(java.lang.Class<U> providerType) |
Modifier and Type | Method and Description |
---|---|
Configuration<?> |
Validation.GenericBootstrapImpl.configure() |
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderSpecificBootstrap<T extends Configuration<T>> |
Modifier and Type | Method and Description |
---|---|
Configuration<?> |
GenericBootstrap.configure() |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidationProvider<T extends Configuration<T>> |
Modifier and Type | Method and Description |
---|---|
Configuration<?> |
ValidationProvider.createGenericConfiguration(BootstrapState state) |