Uses of Interface
org.apache.commons.configuration2.beanutils.BeanCreationContext
-
Packages that use BeanCreationContext Package Description org.apache.commons.configuration2.beanutils In this package aConfigurationimplementation can be found that implements theDynaBeaninterface. -
-
Uses of BeanCreationContext in org.apache.commons.configuration2.beanutils
Methods in org.apache.commons.configuration2.beanutils with parameters of type BeanCreationContext Modifier and Type Method Description ObjectBeanFactory. createBean(BeanCreationContext bcc)Creates a bean instance for the given context object.ObjectDefaultBeanFactory. createBean(BeanCreationContext bcc)Creates a new bean instance.protected ObjectDefaultBeanFactory. createBeanInstance(BeanCreationContext bcc)Creates the bean instance.protected voidDefaultBeanFactory. initBeanInstance(Object bean, BeanCreationContext bcc)Initializes the newly created bean instance.
-