T - public abstract class GenericTypeHandler<T>
extends org.apache.ibatis.type.BaseTypeHandler<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Type |
genericType
目标字段上的泛型
|
protected Class<?> |
type
目标类
|
| 构造器和说明 |
|---|
GenericTypeHandler(Class<?> type) |
GenericTypeHandler(Class<?> type,
Type genericType) |
public GenericTypeHandler(Class<?> type)
Copyright © 2025. All rights reserved.