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 在一个安静的 api 调用中公开这个类时,是否可以以某种方式标记“密码”属性,使其不会被公开(转换为 json 或 xml)?
你有没有尝试过 ?
@XmlTransient