spring-framework / org.springframework.expression.common / LiteralExpression / getValue
getValue
open fun getValue(): String
@Nullable open fun <T : Any> getValue(@Nullable expectedResultType: Class<T>): T
open fun getValue(rootObject: Any): String
@Nullable open fun <T : Any> getValue(rootObject: Any, @Nullable desiredResultType: Class<T>): T
open fun getValue(context: EvaluationContext): String
@Nullable open fun <T : Any> getValue(context: EvaluationContext, @Nullable expectedResultType: Class<T>): T
open fun getValue(context: EvaluationContext, rootObject: Any): String
@Nullable open fun <T : Any> getValue(context: EvaluationContext, rootObject: Any, @Nullable desiredResultType: Class<T>): T