Package org.scijava.util
Class GenericUtils
- java.lang.Object
-
- org.scijava.util.GenericUtils
-
@Deprecated public final class GenericUtils extends Object
Deprecated.UseTypesinstead.
-
-
Method Summary
-
-
-
Method Detail
-
getClass
@Deprecated public static Class<?> getClass(Type type)
Deprecated.UseTypes.raw(java.lang.reflect.Type)instead.
-
getClasses
@Deprecated public static List<Class<?>> getClasses(Type type)
Deprecated.UseTypes.raws(java.lang.reflect.Type)instead.
-
getComponentType
@Deprecated public static Type getComponentType(Type type)
Deprecated.UseTypes.component(java.lang.reflect.Type)instead.
-
getComponentClass
@Deprecated public static Class<?> getComponentClass(Type type)
Deprecated.UseTypes.component(java.lang.reflect.Type)andTypes.raw(java.lang.reflect.Type)instead.
-
getFieldType
@Deprecated public static Type getFieldType(Field field, Class<?> type)
Deprecated.UseTypes.fieldType(Field, Class)instead.
-
getFieldClasses
@Deprecated public static List<Class<?>> getFieldClasses(Field field, Class<?> type)
Deprecated.UseTypes.fieldType(Field, Class)andTypes.raws(java.lang.reflect.Type)instead.
-
getMethodReturnType
@Deprecated public static Type getMethodReturnType(Method method, Class<?> type)
Deprecated.
-
getMethodReturnClasses
@Deprecated public static List<Class<?>> getMethodReturnClasses(Method method, Class<?> type)
Deprecated.
-
getTypeParameter
@Deprecated public static Type getTypeParameter(Type type, Class<?> c, int paramNo)
Deprecated.
-
-