Class ReflectionUtil


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

      Constructors 
      Constructor Description
      ReflectionUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Class<?> getObjectType​(java.lang.Class<?> clazzA)  
      static java.lang.Class<?> getRawType​(java.lang.reflect.Type type)
      Copied from com.google.inject.internal.MoreTypes.getRawType(Type)
      • Methods inherited from class java.lang.Object

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

      • ReflectionUtil

        public ReflectionUtil()
    • Method Detail

      • getObjectType

        public static java.lang.Class<?> getObjectType​(java.lang.Class<?> clazzA)
      • getRawType

        public static java.lang.Class<?> getRawType​(java.lang.reflect.Type type)
        Copied from com.google.inject.internal.MoreTypes.getRawType(Type)
        Since:
        2.8