Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. i.e-> class TestClass {
  2. @XmlJavaTypeAdapter(TestAdapter.class)
  3. String a; //how to pass the value of b to the XmlJavaTypeAdapter?
  4. String b;//a's output depends upon the value of b
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement