Interface ConditionContext<T extends ComponentDescriptor>

    • Method Detail

      • getComponentFactory

        ComponentFactory getComponentFactory()
        Get the ComponentFactory that holds the component descriptor should the condition match. The returned registry should not be used to register a new component descriptor.
        Returns:
        the ComponentFactory; cannot be null.
      • getConfig

        Conf getConfig()
        Get the configuration that was passed to get the component instance.
        Returns:
        the Conf object; cannot be null.
      • getComponent

        T getComponent()
        Returns:
        the component that should match the condition.