Class ReflectionUtils

  • All Implemented Interfaces:

    
    public class ReflectionUtils
    
                        

    Created by vincent on 17-3-2.

    Author:

    vincent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Logger LOG
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static <T> T newInstance(Class<T> theClass) newInstance.
      static <T> T forName(@NotNull() String className) forName.
      static <T> T forNameOrNull(@NotNull() String className) forNameOrNull.
      • Methods inherited from class java.lang.Object

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