接口 ResolvableType.VariableResolver
- 所有超级接口:
Serializable
- 封闭类:
- ResolvableType
Strategy interface used to resolve
TypeVariables.-
方法概要
修饰符和类型方法说明Return the source of the resolver (used for hashCode and equals).resolveVariable(TypeVariable<?> variable) Resolve the specified variable.
-
方法详细资料
-
getSource
Object getSource()Return the source of the resolver (used for hashCode and equals). -
resolveVariable
Resolve the specified variable.- 参数:
variable- the variable to resolve- 返回:
- the resolved variable, or
nullif not found
-