Interface BeanClassScanFilter


  • public interface BeanClassScanFilter
    The Interface BeanClassScanFilter.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String filter​(java.lang.String beanId, java.lang.String resourceName, java.lang.Class<?> retrievedClass)
      Filter the retrieved candidate classes.
    • Method Detail

      • filter

        java.lang.String filter​(java.lang.String beanId,
                                java.lang.String resourceName,
                                java.lang.Class<?> retrievedClass)
        Filter the retrieved candidate classes. If null is returned instead of the bean ID, the candidate class is discarded without being included.
        Parameters:
        beanId - the bean id
        resourceName - the resource name
        retrievedClass - the retrieved class
        Returns:
        the bean id