Modified RequestInfo to pass source to JSON, even when it has the
default value. Ordinarily, this is unnecessary when the default
value is null, but in this case, the default value is not null,
thus other code to which the JSON is passed expects it to be
populated.
Change-Id: I53fde35b8d46f69234fb51f1cceedb31cedc3335
Issue-Id: SO-340
Signed-off-by: Jim Hahn <jrh3@att.com>
protected String orderNumber;
protected String productFamilyId;
protected Integer orderVersion;
+ @JsonSerialize(include=Inclusion.ALWAYS)
protected String source;
protected String instanceName;
@JsonSerialize(include=Inclusion.ALWAYS)