Package org.springframework.aot.generate
Class GeneratedTypeReference
java.lang.Object
org.springframework.aot.hint.AbstractTypeReference
org.springframework.aot.generate.GeneratedTypeReference
- All Implemented Interfaces:
Comparable<TypeReference>,TypeReference
A
TypeReference for a generated type.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionReturn the canonical name of this type reference.protected booleanstatic GeneratedTypeReferenceof(org.springframework.javapoet.ClassName className) Methods inherited from class org.springframework.aot.hint.AbstractTypeReference
addPackageIfNecessary, compareTo, equals, getEnclosingType, getName, getPackageName, getSimpleName, hashCode, toString
-
Method Details
-
of
-
getCanonicalName
Description copied from interface:TypeReferenceReturn the canonical name of this type reference.- Returns:
- the canonical name
-
isPrimitive
protected boolean isPrimitive()- Specified by:
isPrimitivein classAbstractTypeReference
-