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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

WrapDynaBean(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 a simple property with the specified name.