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

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

Introduction

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

The text is from its open source code.

Method

ObjectcreateBean(BeanDeclaration data)
Returns a bean instance for the specified declaration.
ObjectcreateBean(BeanDeclaration data, Class defaultClass)
Returns a bean instance for the specified declaration.
voidregisterBeanFactory(String name, BeanFactory factory)
Register a bean factory under a symbolic name.
SetregisteredFactoryNames()
Returns a set with the names of all currently registered bean factories.