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