Interface GenericType
- All Known Implementing Classes:
GenericType.ArrayType, GenericType.ClassType, GenericType.PrimitiveType, GenericType.TypeVariable, GenericType.VoidType
public sealed interface GenericType
permits GenericType.ArrayType, GenericType.ClassType, GenericType.PrimitiveType, GenericType.TypeVariable, GenericType.VoidType
A type expressed by a JVM generic signature, independent of its erased descriptor.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordA possibly parameterized class.static final recordstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptiondefault List<JvmReferenceType> All concrete reference types mentioned by this type, in stable order.
-
Method Details
-
referencedTypes
All concrete reference types mentioned by this type, in stable order.
-