Uses of Interface
org.apache.commons.configuration2.beanutils.BeanCreationContext
Package
Description
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.-
Uses of BeanCreationContext in org.apache.commons.configuration2.beanutils
Modifier and TypeMethodDescriptionBeanFactory.createBean
(BeanCreationContext bcc) Creates a bean instance for the given context 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.