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

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

Introduction

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

The text is from its open source code.

Method

StringgetBeanClassName()
Returns the name of the bean class, from which an instance is to be created.
MapgetBeanProperties()
Returns a map with properties that should be initialized on the newly created bean.