Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-1873

Add method getEntry on TCK Record Schema class

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • New Feature
    • Resolution: Done
    • Minor
    • 1.32.0
    • None
    • None
    • All
    • GreenHopper Ranking:
      0|i207cz:
    • 9223372036854775807
    • Small

    Description

      On record schema
      add method :

      Entry getEntry(String name);
      

      This could help many place where getEntries().toStream().filter().findFirst ... is used.

      And perhaps a SchemaPointer interface as RecordPointer

      interface SchemaPointer {
          Entry getEntry(Schema schema);
      }
      

      Attachments

        Activity

          People

            clesaec Christophe LeSaec
            clesaec Christophe LeSaec
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: