Uses of Interface
org.apache.commons.configuration2.beanutils.BeanCreationContext
-
Packages that use BeanCreationContext Package Description org.apache.commons.configuration2.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface. -
-
Uses of BeanCreationContext in org.apache.commons.configuration2.beanutils
Classes in org.apache.commons.configuration2.beanutils that implement BeanCreationContext Modifier and Type Class Description private static class
BeanHelper.BeanCreationContextImpl
An implementation of theBeanCreationContext
interface used byBeanHelper
to communicate with aBeanFactory
.Methods in org.apache.commons.configuration2.beanutils that return BeanCreationContext Modifier and Type Method Description private BeanCreationContext
BeanHelper. createBeanCreationContext(BeanDeclaration data, java.lang.Class<?> defaultClass, java.lang.Object param, BeanFactory factory)
Creates aBeanCreationContext
object for the creation of the specified bean.Methods in org.apache.commons.configuration2.beanutils with parameters of type BeanCreationContext Modifier and Type Method Description java.lang.Object
BeanFactory. createBean(BeanCreationContext bcc)
Creates a bean instance for the given context object.java.lang.Object
DefaultBeanFactory. createBean(BeanCreationContext bcc)
Creates a new bean instance.protected java.lang.Object
DefaultBeanFactory. createBeanInstance(BeanCreationContext bcc)
Creates the bean instance.private java.lang.Object[]
DefaultBeanFactory. fetchConstructorArgs(java.lang.reflect.Constructor<?> ctor, BeanCreationContext bcc)
Obtains the arguments for a constructor call to create a bean.protected void
DefaultBeanFactory. initBeanInstance(java.lang.Object bean, BeanCreationContext bcc)
Initializes the newly created bean instance.
-