Class ExcludedBeansAutowireCandidateResolver

    • Constructor Detail

      • ExcludedBeansAutowireCandidateResolver

        public ExcludedBeansAutowireCandidateResolver()
    • Method Detail

      • isAutowireCandidate

        public boolean isAutowireCandidate​(@NotNull
                                           Class<?> dependencyType,
                                           @NotNull
                                           Class<?> beanType,
                                           @Nullable
                                           Type genericDependencyType)
        Description copied from interface: TeamCityAutowireCandidateResolver
        Determine whether the given bean qualifies as an autowire candidate for the given dependency.
        Specified by:
        isAutowireCandidate in interface TeamCityAutowireCandidateResolver
        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