Class Conversions


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

      Constructors 
      Constructor Description
      Conversions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Date toDate​(QueryParameter parameter)  
      static java.lang.Integer toInt​(QueryParameter parameter)  
      • Methods inherited from class java.lang.Object

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

      • Conversions

        public Conversions()
    • Method Detail

      • toInt

        public static java.lang.Integer toInt​(QueryParameter parameter)
      • toDate

        public static java.util.Date toDate​(QueryParameter parameter)