Class TypeCheckUtil


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

      Constructors 
      Constructor Description
      TypeCheckUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T checkType​(java.lang.Object o, java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

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

      • TypeCheckUtil

        public TypeCheckUtil()
    • Method Detail

      • checkType

        public static <T> T checkType​(java.lang.Object o,
                                      java.lang.Class<T> clazz)