Hi all,
Just started using Betwixt 0.7 and its happily turning my beans into XML
except this annoying scenario where i have a getter of the form
public Boolean isSomeValue() {....}
where it refuses to believe "someValue" is worthy of being part of the XML. Of
course
public boolean isSomeValue() {....}
works just fine. Is there anyway i can tell my BeanWriter to count the former
method as a valid getter? (i don't have the ability to change the getter return
type)
thanks all!
- Jordi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]