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

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

Introduction

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

The text is from its open source code.

Method

WrapDynaClasscreateDynaClass(Class beanClass)
Create (if necessary) and return a new WrapDynaClass instance for the specified bean class.
DynaProperty[]getDynaProperties()

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