See: Description
| Interface | Description |
|---|---|
| GwtReflectGetterFactoryInterface |
abstract getter reflector interface.
|
| GwtReflectGetterInterface |
reflection replacement to get property entry from a bean by name.
|
| ProviderValidationMessageResolver |
Validation Providers implement this to resolve Validation Messages.
|
| UserValidationMessagesResolver |
Validation Providers implement this to resolve Validation Messages. including overriding the
default
ProviderValidationMessageResolver. |
| ValidationMessageResolver |
Users and Validation providers implement this to resolve ValidationMessages.
|
| ValidationMessages |
The
ValidationMessages contains the messages for jsr 303 validation annotations. |
| Class | Description |
|---|---|
| AbstractGwtReflectGetterFactory |
Abstract GetterFactory that delegates to a GWT generated class which enables reflection like
access to the getters of the beans.
|
| AbstractGwtValidatorFactory |
Abstract
ValidatorFactory that delegates to a GWT generated Validator. |
| AbstractValidationMessageResolver |
ValidationMessageResolver using a
ConstantsWithLookup source. |
| CustomValidationMessagesResolver |
The
CustomValidationMessagesResolver is a replacement of the google validation
message resolver, this enables us to add own localized messages to the annotations. |
| DefaultTraversableResolver |
Default
TraversableResolver. |
| GwtBeanValidators |
dummy entry point.
|
| GwtConstraintValidatorFactory |
GWT does not support
ConstraintValidatorFactory use
GWT.create(Class) instead. |
| GwtMessageInterpolator |
Simple GWT
MessageInterpolator. |
| GwtValidationProviderResolver |
The default GWT
ValidationProviderResolver. |
| Annotation Type | Description |
|---|---|
| GwtValidation |
Annotates a
javax.validation.Validator explicitly listing the classes that can be
validated in GWT. |
Copyright © 2015–2016. All rights reserved.