public interface SolonModule
extends net.hasor.core.Module
| Modifier and Type | Method and Description |
|---|---|
default <T> Supplier<T> |
getSupplierOfName(net.hasor.core.ApiBinder apiBinder,
String beanName)
使用 Spring getBean(String) 方式获取Bean。
|
default <T> Supplier<T> |
getSupplierOfType(net.hasor.core.ApiBinder apiBinder,
Class<T> targetType)
使用 Spring getBean(Class) 方式获取Bean。
|
default net.hasor.core.TypeSupplier |
springTypeSupplier(net.hasor.core.ApiBinder apiBinder)
获取 SpringTypeSupplier
|
Copyright © 2025. All rights reserved.