| 程序包 | 说明 |
|---|---|
| net.isger.brick.bind | |
| net.isger.brick.core | |
| net.isger.brick.inject |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DummyProvider.register(ContainerBuilder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ContainerBuilder |
ConsoleManager.createBuilder()
创建应用容器构建器
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> ContainerBuilder |
ContainerBuilder.constant(Class<T> type,
String name,
T value)
常量工厂
|
ContainerBuilder |
ContainerBuilder.constant(String name,
Object value) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
net.isger.util.Callable<T> callable) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
net.isger.util.Callable<T> callable,
Scope scope) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
Class<? extends T> implementation) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
Class<? extends T> implementation,
Scope scope) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
Scope scope) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name,
net.isger.util.Callable<T> callable) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name,
net.isger.util.Callable<T> callable,
Scope scope)
实例工厂
|
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name,
Class<? extends T> implementation) |
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name,
Class<? extends T> implementation,
Scope scope)
实例工厂
|
<T> ContainerBuilder |
ContainerBuilder.factory(Class<T> type,
String name,
Scope scope) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ContainerProvider.register(ContainerBuilder builder)
注册实例
|
Copyright © 2024. All rights reserved.