Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Jersey PUT 请求中,我传递了一个 xml 文件作为 cURL 的数据输入。
我应该如何测试 xml 输入文件中的特定布尔值,因为 JAXB 将所有非真值转换为假。如果标签不存在,那么它给出的值是假的。
尝试使用对象类型布尔而不是原始布尔来声明属性。