Class HelperUtils


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

      Constructors 
      Constructor Description
      HelperUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Double coerceToDouble​(java.lang.Object value)  
      static java.lang.Integer coerceToInt​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • HelperUtils

        public HelperUtils()
    • Method Detail

      • coerceToInt

        public static java.lang.Integer coerceToInt​(java.lang.Object value)
      • coerceToDouble

        public static java.lang.Double coerceToDouble​(java.lang.Object value)