Construct a UniversalUpdater for the provided name.
If method
ends in a '()',
then the name is a method name. This implementation assumes that a
target's class will have one and only one method with the
specified name and this method will have exactly one parameter;
if the method is a property name, there should be a corresponding
JavaBean property modifier method or it will be used as a
key in a Map.
a method or property name
Protected
Readonly
@classThe server-side ValueUpdater
type identifier.
Protected
Readonly
nameThe method or property name.
Universal ValueUpdater implementation.
Either a property-based and method-based ValueUpdater based on whether constructor parameter name is evaluated to be a property or method.