Skip to content

Instantly share code, notes, and snippets.

@Gogetter
Created January 11, 2020 13:50
Show Gist options
  • Select an option

  • Save Gogetter/c2313f3fa60347b66c8a84f028053d3a to your computer and use it in GitHub Desktop.

Select an option

Save Gogetter/c2313f3fa60347b66c8a84f028053d3a to your computer and use it in GitHub Desktop.
@Data
@Builder(toBuilder = true)
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public class Address {
private final String addressLine1;
private final String addressLine2;
private final String postcode;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment