Interface GenericType

All Known Implementing Classes:
GenericType.ArrayType, GenericType.ClassType, GenericType.PrimitiveType, GenericType.TypeVariable, GenericType.VoidType

A type expressed by a JVM generic signature, independent of its erased descriptor.
  • Method Details

    • referencedTypes

      default List<JvmReferenceType> referencedTypes()
      All concrete reference types mentioned by this type, in stable order.