Package | Description |
---|---|
org.apache.commons.configuration2.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
Modifier and Type | Method and Description |
---|---|
Object |
BeanFactory.createBean(BeanCreationContext bcc)
Returns a bean instance for the given context object.
|
Object |
DefaultBeanFactory.createBean(BeanCreationContext bcc)
Creates a new bean instance.
|
protected Object |
DefaultBeanFactory.createBeanInstance(BeanCreationContext bcc)
Creates the bean instance.
|
protected void |
DefaultBeanFactory.initBeanInstance(Object bean,
BeanCreationContext bcc)
Initializes the newly created bean instance.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.