Interface NamedTypeInfo

All Known Implementing Classes:
EnumInfo, ExceptionInfo, StructInfo

@UnstableApi public interface NamedTypeInfo
Metadata about a named type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the documentation string.
    Returns all enum, struct and exception types referred by this type.
    Returns the fully qualified type name.
  • Method Details

    • name

      String name()
      Returns the fully qualified type name.
    • docString

      Returns the documentation string. If not available, an empty string is returned.
    • findNamedTypes

      default Set<TypeSignature> findNamedTypes()
      Returns all enum, struct and exception types referred by this type.