static interface ResolvableType.VariableResolver extends Serializable
TypeVariables.| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getSource()
Return the source of the resolver (used for hashCode and equals).
|
ResolvableType |
resolveVariable(TypeVariable<?> variable)
Resolve the specified variable.
|
Object getSource()
ResolvableType resolveVariable(TypeVariable<?> variable)
variable - the variable to resolvenull if not foundCopyright © 2020. All rights reserved.