You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "J. H." <jh...@efn.org> on 2006/09/22 03:17:08 UTC

Boolean getters in Betwixt


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: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org