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

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

Introduction

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

The text is from its open source code.

Constructor

BeanToPropertyValueTransformer(String propertyName)
Constructs a Transformer which does not ignore nulls.
BeanToPropertyValueTransformer(String propertyName, boolean ignoreNull)
Constructs a Transformer and sets ignoreNull.

Method

Objecttransform(Object object)
Returns the value of the property named in the transformer's constructor for the object provided.