public interface ObjectAssembly<T>
Modifier and Type | Method and Description |
---|---|
void |
assemble(String varName,
T object,
Context context)
根据上下文参数信息进行对象组装
|
boolean |
isMatch(Class<?> type)
匹配type类型的组装
|
Copyright © 2006–2018 TinyGroup. All rights reserved.