Interface ValidationMessageResolver
- All Known Subinterfaces:
UserValidationMessagesResolver
- All Known Implementing Classes:
HibernateValidationMessageResolver,NullUserValidationMessageResolver
public interface ValidationMessageResolver
Users and Validation providers implement this to resolve ValidationMessages.
-
Method Summary
-
Method Details
-
get
Lookup the value of the given key.- Parameters:
key- the key to find- Returns:
- the value of the key or
nullif not found.
-