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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

BasicDynaClass(String name, Class dynaBeanClass, DynaProperty properties[])
Construct a new BasicDynaClass with the specified parameters.
BasicDynaClass(String name, Class dynaBeanClass)
Construct a new BasicDynaClass with the specified parameters.

Method

DynaBeannewInstance()
Instantiate and return a new DynaBean instance, associated with this DynaClass.