'foo'
, value '15'
setFoo(String val)
setter on a bean. Any type on the setter is valid as long as the value can be successfully parsed (for example, '56.77' can be parsed to an double or float but 'Ad4 b' can not).bar[i]
where i
is a valid index for the property bar
.foo.bar[i].name
to correspond to the bean property bean.getFoo().getBar(i).getName()
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|