Uses of Package
org.apache.commons.configuration2.beanutils
-
Packages that use org.apache.commons.configuration2.beanutils Package Description org.apache.commons.configuration2.beanutils In this package aConfiguration
implementation can be found that implements theDynaBean
interface.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations. -
Classes in org.apache.commons.configuration2.beanutils used by org.apache.commons.configuration2.beanutils Class Description BeanCreationContext Definition of a context object storing all required information for the creation of a bean.BeanDeclaration Definition of an interface for declaring a bean in a configuration file.BeanFactory Definition of an interface for bean factories.BeanHelper A helper class for creating bean instances that are defined in configuration files.ConstructorArg A class representing an argument for a constructor invocation to be used by aBeanDeclaration
.DefaultBeanFactory The default implementation of theBeanFactory
interface.XMLBeanDeclaration.NodeData An internal helper class which wraps the node with the bean declaration and the corresponding node handler. -
Classes in org.apache.commons.configuration2.beanutils used by org.apache.commons.configuration2.builder Class Description BeanDeclaration Definition of an interface for declaring a bean in a configuration file.BeanHelper A helper class for creating bean instances that are defined in configuration files. -
Classes in org.apache.commons.configuration2.beanutils used by org.apache.commons.configuration2.builder.combined Class Description BeanDeclaration Definition of an interface for declaring a bean in a configuration file.XMLBeanDeclaration An implementation of theBeanDeclaration
interface that is suitable for XML configuration files.