Interface TeamCityAutowireCandidateResolver

    • Method Detail

      • isAutowireCandidate

        boolean isAutowireCandidate​(@NotNull
                                    Class<?> dependencyType,
                                    @NotNull
                                    Class<?> beanType,
                                    @Nullable
                                    Type genericDependencyType)
        Determine whether the given bean qualifies as an autowire candidate for the given dependency.
        Parameters:
        dependencyType - type of the dependency
        beanType - type of the bean
        genericDependencyType - generic type of the dependency
        Returns:
        whether the bean qualifies as autowire candidate