当相应的字段值为null时,我想为JiBX中的特定值节点设置默认常量值。这可能吗?如果可以,怎么办?
最佳答案
您可以使用元素'default'...例如:
<value name="YourElementName" field="fieldName" default="default-value" usage="optional" />
这仅适用于“可选”元素。
请参阅此处的描述:http://jibx.sourceforge.net/details/binding-attributes.html#string
关于java - jibx绑定(bind)中的字段为空时如何设置默认值?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6250615/