Class CachedSpringAccessor

  • All Implemented Interfaces:
    SpringAccessor

    public class CachedSpringAccessor
    extends Object
    implements SpringAccessor
    Author:
    Eugene Petrenko Created: 08.04.2010 17:23:03
    • Constructor Detail

      • CachedSpringAccessor

        public CachedSpringAccessor​(SpringAccessor accessor)
    • Method Detail

      • getSpringBeansOfType

        @NotNull
        public <T> Collection<T> getSpringBeansOfType​(@NotNull
                                                      Class<T> extensionClass,
                                                      boolean autowireCandidatesOnly)
        Description copied from interface: SpringAccessor
        Returns spring beans of the specified type.
        Specified by:
        getSpringBeansOfType in interface SpringAccessor
        Type Parameters:
        T - see extensionClass
        Parameters:
        extensionClass - the type of a bean to return
        autowireCandidatesOnly - if true then beans marked with autowire-candidate="false" are not returned
        Returns:
        see above