Interface DescriptiveTypeInfo

All Known Implementing Classes:
EnumInfo, ExceptionInfo, StructInfo

@UnstableApi public interface DescriptiveTypeInfo
Metadata about a descriptive type.
  • Method Details

    • name

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

      DescriptionInfo descriptionInfo()
      Returns the description information. If not available, DescriptionInfo.empty() is returned.
    • findDescriptiveTypes

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