org.springframework.expression.spel.ast
Class StringLiteral
java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Literal
org.springframework.expression.spel.ast.StringLiteral
- All Implemented Interfaces:
- SpelNode
public class StringLiteral
- extends Literal
- Since:
- 3.0
- Author:
- Andy Clement, Juergen Hoeller
Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue |
StringLiteral
public StringLiteral(String payload,
int pos,
String value)
getLiteralValue
public TypedValue getLiteralValue()
- Specified by:
getLiteralValue
in class Literal
toString
public String toString()
- Overrides:
toString
in class Literal