public abstract class InjectProcessor extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,InjectMethod> |
injectMethodMap |
| 构造器和说明 |
|---|
InjectProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addInject(InjectMethod injectMethod) |
protected void |
addInject(String id,
InjectMethod injectMethod) |
InjectMethod |
getMethod(String id) |
Collection<InjectMethod> |
getMethods()
查询全部通用方法
|
abstract void |
loadMethods()
加载通用方法
|
protected Map<String,InjectMethod> injectMethodMap
public abstract void loadMethods()
public Collection<InjectMethod> getMethods()
public InjectMethod getMethod(String id)
protected void addInject(String id, InjectMethod injectMethod)
protected void addInject(InjectMethod injectMethod)
Copyright © 2024. All rights reserved.