Class AbstractTypeReference

java.lang.Object
org.springframework.aot.hint.AbstractTypeReference
All Implemented Interfaces:
TypeReference

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
  • Constructor Details

    • AbstractTypeReference

      public AbstractTypeReference()
  • Method Details