353637383940414243
this.clazz = clazz; } public XmlList convert(final Object attribute) { if (attribute != null && attribute instanceof String) { return new XmlList((String) attribute, this.clazz); } return null; }