I\'m using BeanUtils to manipulate Java objects created via JAXB, and I\'ve run into an interesting issue. Sometimes, JAXB will create a Java object like this:
Finally I've found legal confirmation:
8.3.2 Boolean properties In addition, for boolean properties, we allow a getter method to match the pattern: public boolean is();
In addition, for boolean properties, we allow a getter method to match the pattern:
public boolean is();
From JavaBeans specification. Are you sure you haven't came across JAXB-131 bug?