Class ReflectUtils

    • Constructor Detail

      • ReflectUtils

        public ReflectUtils()
        Deprecated.
    • Method Detail

      • findGenericClassFor

        public static Class<?> findGenericClassFor​(Class<?> baseClass,
                                                   Class<?> ifaceClass)
        Deprecated.
        Given a Base (concrete) Class, find the interface specified, and return its concrete Generic class declaration.
        Parameters:
        baseClass - the base (concrete) class to look in
        ifaceClass - the interface of interest
        Returns:
        the (concrete) generic class that the interface exposes
      • isDefaultConstructable

        public static boolean isDefaultConstructable​(Class<?> clazz)
        Deprecated.
      • toShortName

        public static String toShortName​(Type type)
        Deprecated.
      • toString

        public static String toString​(Class<?> pojo,
                                      Method method)
        Deprecated.
      • trimClassName

        public static String trimClassName​(String name)
        Deprecated.