public class DefaultValueProxyMaker extends Object implements ValueProxyMaker
构造器和说明 |
---|
DefaultValueProxyMaker() |
限定符和类型 | 方法和说明 |
---|---|
ValueProxy |
make(IocMaking ing,
IocValue iv)
如果返回的是 null,则表示当前的实现不能解释这个 IocValue,容器会调用下一个 ValueProxyMaker 来做解析
|
String[] |
supportedTypes()
通过这个函数, NutIoc 会传递给 Loader 的 IocLoading 类会集中你的类型,帮助你从一个 Map 获得 一个
IocObject
|
public ValueProxy make(IocMaking ing, IocValue iv)
ValueProxyMaker
make
在接口中 ValueProxyMaker
ing
- 对象装配时iv
- 字段装配信息public String[] supportedTypes()
ValueProxyMaker
supportedTypes
在接口中 ValueProxyMaker
Copyright © 2017. All rights reserved.