Simple Framework XML空字符串标记

时间:2014-12-23 15:43:37

标签: java xml simple-framework

我想更改空元素的格式。 我有这段代码:

@Element(name = "UniMed", required = true)
@Namespace(reference = "http://cfe.dgi.gub.uy")
protected String uniMed;

结果如下:

<ns2:DscItem></ns2:DscItem>

但我喜欢的结果是:

<ns2:DscItem/ >

我已经阅读了有关使用@Convert的内容elsewhere,但我不确定是否可以使用AnnotationStrategy,因为我已经将RegistryMatcher传递给了persister,因为我想要以特定格式约会。

0 个答案:

没有答案