Hi Pete,
this is in the JAX-RS QS:
@XmlTransient
// JSON: uncomment to include json support (note json is not part of the JAX-RS standard)
//@JsonIgnore
public User getOwner() {
return owner;
}
I didn't find JsonIgnore anywhere else than Jackson. It's not in Quickstart's deps.
I've checked public API (wow, it's actually useful! :) and it's not there.
So - does @JsonIgnore even belong there?
Thanks,
Ondra
_______________________________________________
jdf-dev mailing list
jdf-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jdf-dev