onInitParserContext

protected open fun onInitParserContext(configContext: ConfigParsable.Context)

Implementation when parser context is provided to the stage.

This method is intended to be overridden by subclasses to implement custom logic based on the context of the configuration parser.

Implementations should call super.onInitParserContext to ensure that base class initialization is also performed.