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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.beanutils.DynaClass has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
DynaProperty[]getDynaProperties()

Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.

DynaPropertygetDynaProperty(String name)
Return a property descriptor for the specified property, if it exists; otherwise, return null.
StringgetName()
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
DynaBeannewInstance()
Instantiate and return a new DynaBean instance, associated with this DynaClass.