Package org.apache.ibatis.reflection
Class TypeParameterResolver
- java.lang.Object
-
- org.apache.ibatis.reflection.TypeParameterResolver
-
public class TypeParameterResolver extends Object
- Author:
- Iwao AVE!
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Type
resolveFieldType(Field field, Type srcType)
Resolve field type.static Type[]
resolveParamTypes(Method method, Type srcType)
Resolve param types.static Type
resolveReturnType(Method method, Type srcType)
Resolve return type.
-
-
-
Method Detail
-
resolveFieldType
public static Type resolveFieldType(Field field, Type srcType)
Resolve field type.
-
resolveReturnType
public static Type resolveReturnType(Method method, Type srcType)
Resolve return type.
-
-