Try change the getter in Profile class
String getCustomerId() { return StringUtils.isNotBlank(this.customerId) ? this.customerId : StringUtils.EMPTY; }