xml - Indentify the boolean tag in jersey request -


in jersey put request passing xml file data input curl.

how should test particular boolean value in xml input file, because jaxb converts non-true values false. , if tag isnt present gives value false.

try declaring attribute using object type boolean instead of primitive boolean.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -