XMLWordPrintable

Details

    • Sub-task
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • 7.0.0
    • Binding codegen

    Description

      mdsal-binding-java-api-generator's InterfaceTemplate needs to generate a

      interface Foo extends DataObject {
           static @NonNull String bindingToString(final @NonNull Foo obj) {
               // ...
           }
      }
      

      method from the contents of generated builder implementation objects. Those need to defer to bindingToString() for the actual computation. The method needs to be static, so it can force its argument to also implement AugmentationHolder.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ilyaigushev Ilya Igushev
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: