public abstract class SpelParser extends Object
SpelParser()
protected abstract List<String>
getCustomVariables(String el)
protected boolean
isString(Object parseVal)
protected abstract boolean
isVariable(String variableEl)
String
parse(String el)
protected abstract Object
parseVariable(String variableEl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SpelParser()
protected abstract boolean isVariable(String variableEl)
protected abstract Object parseVariable(String variableEl)
protected boolean isString(Object parseVal)
public String parse(String el)
protected abstract List<String> getCustomVariables(String el)
Copyright © 2022. All rights reserved.