public class TypeParameterResolver extends Object
Modifier and Type | Method and 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.
|
public static Type resolveReturnType(Method method, Type srcType)
Copyright © 2009–2021 MyBatis.org. All rights reserved.