Have client code like if (value != null) { tb = tb.withQueryParam("name", value); } it would be useful to have a helper method encapsulate the null considering number of times it is being done
Have client code like
if (value != null) {
tb = tb.withQueryParam("name", value);
}
it would be useful to have a helper method encapsulate the null considering number of times it is being done