Class TypeUtil

java.lang.Object
org.seppiko.commons.utils.TypeUtil

public class TypeUtil
extends java.lang.Object
Author:
Leonard Woo
  • Constructor Summary

    Constructors 
    Constructor Description
    TypeUtil()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Class<?> typeCheck​(java.lang.Object obj)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • typeCheck

      public static java.lang.Class<?> typeCheck​(java.lang.Object obj)