logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Config::Model::Role::NodeLoader - Load Node element in configuration tree

Author

       Dominique Dumont

Description

       Role used to load a node element using Config::Model::Node (default behavior).

       If the config class overrides the default implementation, ( "class" parameter ), the override class is
       loaded and used to create the node.

Methods

load_node
       Creates a node object using all the named parameters passed to load_node. One of these parameter must be
       "config_class_name"

Name

       Config::Model::Role::NodeLoader - Load Node element in configuration tree

Synopsis

        $self->load_node( config_class_name => "...", %other_args);

Version

       version 2.155

See Also