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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -