接口的使用
com.dtflys.forest.config.VariableScope
使用VariableScope的程序包
-
com.dtflys.forest.mapping中VariableScope的使用
修饰符和类型字段说明protected VariableScopeMappingExpr.variableScopeprotected VariableScopeMappingTemplate.variableScope参数类型为VariableScope的com.dtflys.forest.mapping中的方法修饰符和类型方法说明MappingTemplate.parseInvokeParams(VariableScope variableScope, MappingExpr left, MappingIdentity name) MappingTemplate.parseMethodParams_inner(VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argExprList) voidMappingDot.setVariableScope(VariableScope variableScope) voidMappingExpr.setVariableScope(VariableScope variableScope) voidMappingInvoke.setVariableScope(VariableScope variableScope) voidMappingTemplate.setVariableScope(VariableScope variableScope) voidMappingUrlEncodedExpr.setVariableScope(VariableScope variableScope) 参数类型为VariableScope的com.dtflys.forest.mapping中的构造器限定符构造器说明MappingDot(ForestMethod forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity right) protectedMappingDot(ForestMethod forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity right) MappingFilterInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingIdentity name, List<MappingExpr> argList) MappingInvoke(ForestMethod<?> forestMethod, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList) protectedMappingInvoke(ForestMethod<?> forestMethod, Token token, VariableScope variableScope, MappingExpr left, MappingIdentity name, List<MappingExpr> argList) MappingReference(ForestMethod<?> forestMethod, VariableScope variableScope, String name) MappingTemplate(Class<? extends Annotation> annotationType, String attributeName, ForestMethod<?> forestMethod, String template, VariableScope variableScope, ForestProperties properties, MappingParameter[] parameters) MappingURLTemplate(Class<? extends Annotation> annotationType, String attributeName, ForestMethod<?> forestMethod, String template, VariableScope variableScope, ForestProperties properties, MappingParameter[] parameters) SubVariableScope(VariableScope parent) -
com.dtflys.forest.proxy中VariableScope的使用
-
com.dtflys.forest.reflection中VariableScope的使用