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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.beanutils.ConvertingWrapDynaBean has subclasses.
Click this link to see all its subclasses.

Constructor

ConvertingWrapDynaBean(Object instance)
Construct a new DynaBean associated with the specified JavaBean instance.

Method

Objectget(String name)
Return the value of a simple property with the specified name.
DynaClassgetDynaClass()
Return the DynaClass instance that describes the set of properties available for this DynaBean.
ObjectgetInstance()
Gets the bean instance wrapped by this DynaBean.
voidset(String name, Object value)
Set the value of the property with the specified name performing any type conversions if necessary.