Construct a PropertyManipulator for the specified property name.
This constructor assumes that the corresponding property getter will have a name of either ("get" + sName) or ("is + sName) and the corresponding property setter's name will be ("set + sName).
a property name
if true, the getter method will be prefixed with "is" rather than "get"
Protected
@classServer-side PropertyManipulator implementation type identifier
Protected
nameThe property name, never null
.
The getter prefix flag.
Retrieve the underlying ValueExtractor reference.
the ValueExtractor
Retrieve the underlying ValueUpdater reference.
the ValueUpdater
PropertyManipulator
is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.