Interface RuntimeGeneratedUnion

All Superinterfaces:
DocumentedType, GeneratedTransferObject, GeneratedType, Identifiable<JavaTypeName>, Type

@Beta public interface RuntimeGeneratedUnion extends GeneratedTransferObject
A GeneratedTransferObject created for run-time representation of a union.
  • Method Details

    • typePropertyNames

      @NonNull List<String> typePropertyNames()
      List of property names corresponding to individual type statements within this union. The ordering of the returned list matches the ordering of the type statements.
      Returns:
      A list of property names.