0

Exists a resteasy annotation to hide some object fields?

For example I have

public class X {
    private int a;
    private int b;
    private int c;
}

When i check in the fiddler the front-end receive a,b and c but i only want to send a without create another response object (only with annotation on the field).

Can I do this? Exists an annotation?

Thank you.

Borislav Ivanov
  • 4,684
  • 3
  • 31
  • 55

0 Answers0