Uses of Class
io.gridgo.boot.support.LazyInitializer
-
Packages that use LazyInitializer Package Description io.gridgo.boot io.gridgo.boot.support io.gridgo.boot.support.scanners.impl -
-
Uses of LazyInitializer in io.gridgo.boot
Methods in io.gridgo.boot that return types with arguments of type LazyInitializer Modifier and Type Method Description java.util.List<LazyInitializer>GridgoApplication. getLazyInitializers() -
Uses of LazyInitializer in io.gridgo.boot.support
Method parameters in io.gridgo.boot.support with type arguments of type LazyInitializer Modifier and Type Method Description voidAnnotationScanner. scanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers) -
Uses of LazyInitializer in io.gridgo.boot.support.scanners.impl
Method parameters in io.gridgo.boot.support.scanners.impl with type arguments of type LazyInitializer Modifier and Type Method Description voidComponentScanner. scanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers)voidDataAccessScanner. scanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers)voidGatewayScanner. scanAnnotation(org.reflections.Reflections ref, io.gridgo.core.GridgoContext context, java.util.List<LazyInitializer> lazyInitializers)
-