Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder Method for Additional Properties #175

Merged

Conversation

ctrimble
Copy link
Collaborator

adds a method like this, when generateBuilders is true:

  public THIS_TYPE withAdditionalProperty( String name, TYPE value ) {
    additionalProperties.put(name, value);
    return this;
  }

joelittlejohn added a commit that referenced this pull request Apr 24, 2014
@joelittlejohn joelittlejohn merged commit ea4b21f into joelittlejohn:master Apr 24, 2014
@ctrimble ctrimble deleted the feature_with-additional-property branch April 25, 2014 01:37
@joelittlejohn joelittlejohn added this to the 0.4.2 milestone May 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants