the names of all fields to use; java-bean method names will have any "get" or "is" prefix
removed (so, getValue -> "value"). The order of this list of fields determines the order in which
child elements will be rendered, and is optional; if omitted, all getter-style methods with a non-void
return type and zero arguments will be treated as field names.