Class AbstractTranslator<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractTranslator​(java.lang.String name, java.lang.Class<T> type, java.lang.String messageKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessageKey()
      Returns the message key, within the application's global message catalog, normally used by this validator.
      java.lang.String getName()
      Returns a unique name for the translator.
      java.lang.Class<T> getType()
      Returns the type of the server-side value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait