Java org.apache.commons.beanutils BeanPropertyValueChangeClosure fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils BeanPropertyValueChangeClosure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils BeanPropertyValueChangeClosure.

The text is from its open source code.

Constructor

BeanPropertyValueChangeClosure(String propertyName, Object propertyValue)
Constructor which takes the name of the property to be changed, the new value to set the property to, and assumes ignoreNull to be false.