Does Betwixt Validate Values Read?
Betwixt does not directly validate any property values read. The convertion of the string in the xml to values suitable for setting on the bean property is delegated to the ObjectStringConverter. The converter may – or may not – validate values (and throw exceptions when they fall outside acceptable ranges).