Class ReflectiveUtil


  • public class ReflectiveUtil
    extends java.lang.Object
    Utility class for the reflective operations.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectiveUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T newInstance​(java.lang.String className)  
      static <T> T newInstance​(java.lang.String className, java.lang.ClassLoader classLoader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait