Class BeanConfig

    • Constructor Detail

      • BeanConfig

        public BeanConfig​(String className,
                          Properties properties)
        Creates a bean configuration. Note that a copy of the given bean properties is stored as a part of the created configuration object. Thus the caller is free to modify the given properties once the configuration object has been created.
        Parameters:
        className - class name of the bean
        properties - initial properties of the bean
      • BeanConfig

        public BeanConfig​(BeanConfig config)
        Copies a bean configuration.
        Parameters:
        config - the configuration to be copied