类 AbstractTypeReference

java.lang.Object
cn.taketoday.aot.hint.AbstractTypeReference
所有已实现的接口:
TypeReference
直接已知子类:
GeneratedTypeReference, ReflectionTypeReference, SimpleTypeReference

public abstract class AbstractTypeReference extends Object implements TypeReference
Base TypeReference implementation that ensures consistent behaviour for equals(), hashCode(), and toString() based on the canonical name.
从以下版本开始:
4.0
作者:
Stephane Nicoll