类 MappingFilterInvoke
java.lang.Object
com.dtflys.forest.mapping.MappingExpr
com.dtflys.forest.mapping.MappingDot
com.dtflys.forest.mapping.MappingInvoke
com.dtflys.forest.mapping.MappingFilterInvoke
- 从以下版本开始:
- 1.0.0
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
字段概要
从类继承的字段 com.dtflys.forest.mapping.MappingDot
left, right从类继承的字段 com.dtflys.forest.mapping.MappingExpr
forestMethod, variableScope -
构造器概要
构造器构造器说明MappingFilterInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingIdentity name, List<MappingExpr> argList) -
方法概要
从类继承的方法 com.dtflys.forest.mapping.MappingInvoke
getArgList, isIterateVariable, setVariableScope从类继承的方法 com.dtflys.forest.mapping.MappingDot
getPropMethodFromClass
-
构造器详细资料
-
MappingFilterInvoke
public MappingFilterInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingIdentity name, List<MappingExpr> argList)
-
-
方法详细资料
-
render
- 覆盖:
render在类中MappingInvoke
-
toString
- 覆盖:
toString在类中MappingInvoke
-