接口 ComponentDefinition

    • 方法详细资料

      • getName

        String getName()
        Get the user-visible name of this ComponentDefinition.

        This should link back directly to the corresponding configuration data for this component in a given context.

      • getDescription

        String getDescription()
        Return a friendly description of the described component.

        Implementations are encouraged to return the same value from toString().

      • getInnerBeanDefinitions

        BeanDefinition[] getInnerBeanDefinitions()
        Return the BeanDefinitions that represent all relevant inner beans within this component.

        Other inner beans may exist within the associated BeanDefinitions, however these are not considered to be needed for validation or for user visualization.

        返回:
        the array of BeanDefinitions, or an empty array if none
      • getBeanReferences

        BeanReference[] getBeanReferences()
        Return the set of BeanReferences that are considered to be important to this ComponentDefinition.

        Other BeanReferences may exist within the associated BeanDefinitions, however these are not considered to be needed for validation or for user visualization.

        返回:
        the array of BeanReferences, or an empty array if none