Interface ConstructionHandle<T>

    • Method Detail

      • proceed

        T proceed​(Object[] parameters,
                  Map<String,​Object> data)
        Proceed to the next AroundConstructCallback. If there is no next callback, the component is constructed and the component instance is returned from the method.
        Parameters:
        parameters - the parameters to be passed to the component constructor
        data - the context data associated with the AroundConstructCallback interception
        Returns:
        instance the constructed instance