public class DefaultSpelMethodParser extends SpelParser
| 构造器和说明 |
|---|
DefaultSpelMethodParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DefaultSpelMethodParser |
get()
获取单例对象
|
protected List<String> |
getCustomVariables(String el) |
protected String |
getMethodClassName(String methodName,
int parameterLength)
获取方法所在的类名
|
protected boolean |
isString(Object parseVal) |
protected boolean |
isVariable(String variableEl) |
protected Object |
parseVariable(String variableEl) |
parsepublic static DefaultSpelMethodParser get()
protected boolean isVariable(String variableEl)
isVariable 在类中 SpelParserprotected boolean isString(Object parseVal)
isString 在类中 SpelParserprotected Object parseVariable(String variableEl)
parseVariable 在类中 SpelParserprotected List<String> getCustomVariables(String el)
getCustomVariables 在类中 SpelParserCopyright © 2022. All rights reserved.