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

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

Introduction

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

The text is from its open source code.

Method

voidadd(String name, Class type)
Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
DynaBeannewInstance()
Instantiate and return a new DynaBean instance, associated with this DynaClass.
voidsetRestricted(boolean restricted)
Set the restricted state of this DynaClass to the specified value.