Class NullUserValidationMessageResolver
- java.lang.Object
-
- de.knightsoftnet.validators.client.impl.NullUserValidationMessageResolver
-
- All Implemented Interfaces:
UserValidationMessagesResolver,ValidationMessageResolver
public final class NullUserValidationMessageResolver extends Object implements UserValidationMessagesResolver
Always resolves message keys to null.
-
-
Constructor Summary
Constructors Constructor Description NullUserValidationMessageResolver()
-
-
-
Method Detail
-
get
public String get(String key)
Description copied from interface:ValidationMessageResolverLookup the value of the given key.- Specified by:
getin interfaceValidationMessageResolver- Parameters:
key- the key to find- Returns:
- the value of the key or
nullif not found.
-
-