public class AttributeAccessFactory extends Object
BCWFactory.getAttribyteBCW(Class, String, String, Class)| 构造器和说明 |
|---|
AttributeAccessFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
AttributeAccess |
buildFiledAccessor(Class c,
String attrExp,
GroupTemplate gt) |
static org.beetl.core.om.AttributeAccessFactory.FindResult |
findCommonInterfaceOrClass(Class c,
String name) |
ArrayAA |
getArrayAA() |
Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> |
getGeneralGetCache() |
ListAA |
getListAA() |
MapAA |
getMapAA() |
MapEntryAA |
getMapEntryAA() |
ObjectAA |
getObjectAA() |
Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> |
getPojoCache() |
void |
setArrayAA(ArrayAA arrayAA) |
void |
setGeneralGetCache(Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> generalGetCache) |
void |
setListAA(ListAA listAA) |
void |
setMapAA(MapAA mapAA) |
void |
setMapEntryAA(MapEntryAA mapEntryAA) |
void |
setObjectAA(ObjectAA objectAA) |
void |
setPojoCache(Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> pojoCache) |
public AttributeAccess buildFiledAccessor(Class c, String attrExp, GroupTemplate gt)
public static org.beetl.core.om.AttributeAccessFactory.FindResult findCommonInterfaceOrClass(Class c, String name)
public Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> getPojoCache()
public void setPojoCache(Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> pojoCache)
public Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> getGeneralGetCache()
public void setGeneralGetCache(Map<org.beetl.core.om.AttributeAccessFactory.PojoAttrKey,AttributeAccess> generalGetCache)
public MapAA getMapAA()
public void setMapAA(MapAA mapAA)
public ListAA getListAA()
public void setListAA(ListAA listAA)
public ArrayAA getArrayAA()
public void setArrayAA(ArrayAA arrayAA)
public ObjectAA getObjectAA()
public void setObjectAA(ObjectAA objectAA)
public MapEntryAA getMapEntryAA()
public void setMapEntryAA(MapEntryAA mapEntryAA)
Copyright © 2018. All rights reserved.