How to get boolean value from a JAXB ajav object using jxpath?

178 Views Asked by At

I am using spring 4.1.1 and JXpath 1.3. I am able to read all the values from an JAXB java object using JXPath query except boolean values.

Do I need to follow any specific instructions to read boolean using JXpath?

0

There are 0 best solutions below