public class DefaultSpelValueParser extends SpelParser
| 构造器和说明 |
|---|
DefaultSpelValueParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<String> |
getCustomVariables(String el) |
protected boolean |
isVariable(String variableEl) |
protected Object |
parseVariable(String variableEl) |
Object |
parseVariable(String variableEl,
ApiEvaluationContext context) |
void |
setContext(ApiEvaluationContext context) |
isString, parsepublic void setContext(ApiEvaluationContext context)
public Object parseVariable(String variableEl, ApiEvaluationContext context)
protected boolean isVariable(String variableEl)
isVariable 在类中 SpelParserprotected Object parseVariable(String variableEl)
parseVariable 在类中 SpelParserprotected List<String> getCustomVariables(String el)
getCustomVariables 在类中 SpelParserCopyright © 2021. All rights reserved.