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

    Modifier and Type
    Method
    Description
    get(String key)
    Lookup the value of the given key.
  • Method Details

    • get

      String get(String key)
      Lookup the value of the given key.
      Parameters:
      key - the key to find
      Returns:
      the value of the key or null if not found.