Skip to content

Commit

Permalink
Correct documentation error in section on BeanWrapper
Browse files Browse the repository at this point in the history
Closes gh-24510
  • Loading branch information
rstoyanchev committed Feb 18, 2020
1 parent 9036cc6 commit df1145b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/docs/asciidoc/core/core-validation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,9 @@ perform actions on that bean, such as setting and retrieving properties.
[[beans-beans-conventions]]
=== Setting and Getting Basic and Nested Properties

Setting and getting properties is done by using the `setPropertyValue`,
`setPropertyValues`, `getPropertyValue`, and `getPropertyValues` methods which come
with a couple of overloaded variants. Springs javadoc describes them in more detail.
The JavaBeans specification has conventions for indicating properties of an
object. The following table shows some examples of these conventions:
Setting and getting properties is done through the `setPropertyValue` and
`getPropertyValue` overloaded method variants of `BeanWrapper`. See their Javadoc for
details. The below table shows some examples of these conventions:

[[beans-beans-conventions-properties-tbl]]
.Examples of properties
Expand Down

0 comments on commit df1145b

Please sign in to comment.