Class CustomValidationMessagesResolver
- java.lang.Object
-
- de.knightsoftnet.validators.client.AbstractValidationMessageResolver
-
- de.knightsoftnet.validators.client.CustomValidationMessagesResolver
-
- All Implemented Interfaces:
UserValidationMessagesResolver,ValidationMessageResolver
public class CustomValidationMessagesResolver extends AbstractValidationMessageResolver implements UserValidationMessagesResolver
TheCustomValidationMessagesResolveris a replacement of the google validation message resolver, this enables us to add own localized messages to the annotations.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description CustomValidationMessagesResolver()default constructor.
-
Method Summary
-
Methods inherited from class de.knightsoftnet.validators.client.AbstractValidationMessageResolver
get
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.knightsoftnet.validators.client.ValidationMessageResolver
get
-
-