public class NotifyingValidation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotifyingValidation.ConfigurationWrapper<T extends Configuration<T>> |
static class |
NotifyingValidation.GenericBootstrapWrapper |
static class |
NotifyingValidation.ProviderSpecificBootstrapWrapper<T extends Configuration<T>> |
| Constructor and Description |
|---|
NotifyingValidation() |
| Modifier and Type | Method and Description |
|---|---|
static NotifyingValidatorFactory |
buildDefaultValidatorFactory() |
static GenericBootstrap |
byDefaultProvider() |
static <T extends Configuration<T>,U extends ValidationProvider<T>> |
byProvider(Class<U> providerType) |
public NotifyingValidation()
public static NotifyingValidatorFactory buildDefaultValidatorFactory()
public static GenericBootstrap byDefaultProvider()
public static <T extends Configuration<T>,U extends ValidationProvider<T>> ProviderSpecificBootstrap<T> byProvider(Class<U> providerType)