Class CoercingUtil


  • public class CoercingUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CoercingUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String i18nMsg​(java.util.Locale locale, java.lang.String msgKey, java.lang.Object... args)  
      static boolean isNumberIsh​(java.lang.Object input)  
      static java.lang.String typeName​(java.lang.Object input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoercingUtil

        public CoercingUtil()
    • Method Detail

      • isNumberIsh

        public static boolean isNumberIsh​(java.lang.Object input)
      • typeName

        public static java.lang.String typeName​(java.lang.Object input)
      • i18nMsg

        public static java.lang.String i18nMsg​(java.util.Locale locale,
                                               java.lang.String msgKey,
                                               java.lang.Object... args)