Uses of Interface
org.apache.commons.configuration.beanutils.BeanDeclaration
-
Packages that use BeanDeclaration Package Description org.apache.commons.configuration org.apache.commons.configuration.beanutils -
-
Uses of BeanDeclaration in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement BeanDeclaration Modifier and Type Class Description static classDefaultConfigurationBuilder.ConfigurationDeclarationA specializedBeanDeclarationimplementation that represents the declaration of a configuration source.Methods in org.apache.commons.configuration with parameters of type BeanDeclaration Modifier and Type Method Description protected voidDefaultConfigurationBuilder.FileConfigurationProvider. initBeanInstance(java.lang.Object bean, BeanDeclaration data)Initializes the bean instance. -
Uses of BeanDeclaration in org.apache.commons.configuration.beanutils
Classes in org.apache.commons.configuration.beanutils that implement BeanDeclaration Modifier and Type Class Description classXMLBeanDeclarationAn implementation of theBeanDeclarationinterface that is suitable for XML configuration files.Methods in org.apache.commons.configuration.beanutils that return BeanDeclaration Modifier and Type Method Description protected BeanDeclarationXMLBeanDeclaration. createBeanDeclaration(ConfigurationNode node)Creates a newBeanDeclarationfor a child node of the current configuration node.Methods in org.apache.commons.configuration.beanutils with parameters of type BeanDeclaration Modifier and Type Method Description java.lang.ObjectBeanFactory. createBean(java.lang.Class<?> beanClass, BeanDeclaration data, java.lang.Object param)Returns a bean instance for the given class.static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data)Returns a bean instance for the specified declaration.static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass)Returns a bean instance for the specified declaration.static java.lang.ObjectBeanHelper. createBean(BeanDeclaration data, java.lang.Class<?> defaultClass, java.lang.Object param)The main method for creating and initializing beans from a configuration.java.lang.ObjectDefaultBeanFactory. createBean(java.lang.Class<?> beanClass, BeanDeclaration data, java.lang.Object parameter)Creates a new bean instance.protected java.lang.ObjectDefaultBeanFactory. createBeanInstance(java.lang.Class<?> beanClass, BeanDeclaration data)Creates the bean instance.static voidBeanHelper. initBean(java.lang.Object bean, BeanDeclaration data)Initializes the passed in bean.protected voidDefaultBeanFactory. initBeanInstance(java.lang.Object bean, BeanDeclaration data)Initializes the newly created bean instance.static voidBeanHelper. initBeanProperties(java.lang.Object bean, BeanDeclaration data)Initializes the beans properties.
-