Package | Description |
---|---|
com.google.gwt.validation.client.impl | |
com.google.gwt.validation.client.spi | |
javax.validation |
Modifier and Type | Class and Description |
---|---|
class |
BaseGwtConfiguration
Base GWT
Configuration . |
class |
GwtConfiguration
Extends
BaseGwtConfiguration with just the parts that are not GWT
compatible. |
Modifier and Type | Method and Description |
---|---|
static <T extends Configuration<T>,U extends javax.validation.spi.ValidationProvider<T>> |
Validation.byProvider(Class<U> providerType)
Unsupported.
|
Modifier and Type | Method and Description |
---|---|
Configuration<?> |
GwtValidationProvider.createGenericConfiguration(javax.validation.spi.BootstrapState state) |
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration<T extends Configuration<T>>
Receives configuration information, selects the appropriate
Bean Validation provider and builds the appropriate
ValidatorFactory . |
Copyright © 2018. All rights reserved.