Class AbstractComponentDependencyFactory

    • Constructor Detail

      • AbstractComponentDependencyFactory

        public AbstractComponentDependencyFactory()
    • Method Detail

      • isDependencyOfListType

        @Deprecated
        protected boolean isDependencyOfListType​(Class<?> type)
        Deprecated.
        since 4.0M1 it's useless
        Parameters:
        type - the type for which to verify if it's a list or not
        Returns:
        true if the type is a list (Collection or Map), false otherwise
      • getGenericRole

        @Deprecated
        protected Class<?> getGenericRole​(Field field)
        Deprecated.
        Extract generic type from the list field.
        Parameters:
        field - the list field to inject
        Returns:
        the role of the components in the list
        Since:
        4.0M1 it's useless