BeanAdapter should have a putAll method to allow multiple property set in one 
method call...especially useful when setting properties from a JSON string
--------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: PIVOT-558
                 URL: https://issues.apache.org/jira/browse/PIVOT-558
             Project: Pivot
          Issue Type: Improvement
          Components: core-beans
            Reporter: Appddevvv


API:

public void putAll(Map<String, ?> values)

public boolean putAll(Map<String, ?> values, boolean ignoreErrors)

where ignore errors indicates that any errors/exceptions thrown should be 
caught. If any are thrown or errors occur, true is returned, otherwise false.

I'll submit a patch if you accept this improvement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to