Class ContextLocalSpringBeanFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> boolean accept​(java.lang.Class<T> extensionClass, T bean)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextLocalSpringBeanFilter

        public ContextLocalSpringBeanFilter()
    • Method Detail

      • accept

        public <T> boolean accept​(@NotNull
                                  java.lang.Class<T> extensionClass,
                                  @NotNull
                                  T bean)
        Specified by:
        accept in interface SpringBeansFilter