Class AbstractTypeReference

java.lang.Object
org.springframework.aot.hint.AbstractTypeReference
All Implemented Interfaces:
Comparable<TypeReference>, TypeReference
Direct Known Subclasses:
GeneratedTypeReference

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.
Since:
6.0
Author:
Stephane Nicoll