Interface ConfigurationBuilderProvider

    • Method Detail

      • getConfigurationBuilder

        ConfigurationBuilder<? extends Configuration> getConfigurationBuilder​(ConfigurationDeclaration decl)
                                                                       throws ConfigurationException
        Gets the builder for the configuration source managed by this provider. This method is called during processing of the combined configuration definition file.
        Parameters:
        decl - the bean declaration with initialization parameters for the configuration builder
        Returns:
        the ConfigurationBuilder object created by this provider
        Throws:
        ConfigurationException - if an error occurs