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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

LazyDynaBean()
Construct a new LazyDynaBean with a LazyDynaClass instance.
LazyDynaBean(String name)
Construct a new LazyDynaBean with a LazyDynaClass instance.
LazyDynaBean(DynaClass dynaClass)
Construct a new DynaBean associated with the specified DynaClass instance - if its not a MutableDynaClass then a new LazyDynaClass is created and the properties copied.

Method

voidset(String name, Object value)
Set the value of a simple property with the specified name.