Interface BeanClassScanFilter
-
public interface BeanClassScanFilterThe Interface BeanClassScanFilter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringfilter(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 idresourceName- the resource nameretrievedClass- the retrieved class- Returns:
- the bean id
-
-