Types
instead.@Deprecated public final class GenericUtils extends Object
@Deprecated public static Class<?> getClass(Type type)
Types.raw(java.lang.reflect.Type)
instead.@Deprecated public static List<Class<?>> getClasses(Type type)
Types.raws(java.lang.reflect.Type)
instead.@Deprecated public static Type getComponentType(Type type)
Types.component(java.lang.reflect.Type)
instead.@Deprecated public static Class<?> getComponentClass(Type type)
Types.component(java.lang.reflect.Type)
and Types.raw(java.lang.reflect.Type)
instead.@Deprecated public static Type getFieldType(Field field, Class<?> type)
Types.fieldType(Field, Class)
instead.@Deprecated public static List<Class<?>> getFieldClasses(Field field, Class<?> type)
Types.fieldType(Field, Class)
and Types.raws(java.lang.reflect.Type)
instead.@Deprecated public static Type getMethodReturnType(Method method, Class<?> type)
Types.methodReturnType(java.lang.reflect.Method, java.lang.Class<?>)
instead.@Deprecated public static List<Class<?>> getMethodReturnClasses(Method method, Class<?> type)
Types.methodReturnType(java.lang.reflect.Method, java.lang.Class<?>)
and Types.raws(java.lang.reflect.Type)
instead.@Deprecated public static Type getTypeParameter(Type type, Class<?> c, int paramNo)
Types.param(java.lang.reflect.Type, java.lang.Class<?>, int)
instead.Copyright © 2015–2022 SciJava. All rights reserved.