You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2010/03/31 00:06:27 UTC

[jira] Created: (THRIFT-744) Generate Builders for structs

Generate Builders for structs
-----------------------------

                 Key: THRIFT-744
                 URL: https://issues.apache.org/jira/browse/THRIFT-744
             Project: Thrift
          Issue Type: New Feature
          Components: Compiler (Java)
    Affects Versions: 0.3
            Reporter: Bryan Duxbury


Rather than making the setters return "this", we could support generating a per-struct Builder subclass that gives you this behavior. This would let "beans" mean what it's supposed to mean and also take advantage of Builder-style instantiation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.