Class ComponentScanner
- java.lang.Object
-
- io.gridgo.boot.support.scanners.impl.ComponentScanner
-
- All Implemented Interfaces:
AnnotationScanner,ClassResolver
public class ComponentScanner extends java.lang.Object implements AnnotationScanner, ClassResolver
-
-
Constructor Summary
Constructors Constructor Description ComponentScanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.gridgo.boot.support.scanners.impl.ClassResolver
lookupForType, resolveClass
-
-
-
-
Method Detail
-
scanAnnotation
public void scanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers)- Specified by:
scanAnnotationin interfaceAnnotationScanner
-
-