spring-framework / org.springframework.expression.spel.standard / SpelExpression / getValue
getValue
@Nullable open fun getValue(): Any
@Nullable open fun <T : Any> getValue(@Nullable expectedResultType: Class<T>): T
@Nullable open fun getValue(rootObject: Any): Any
@Nullable open fun <T : Any> getValue(rootObject: Any, @Nullable expectedResultType: Class<T>): T
@Nullable open fun getValue(context: EvaluationContext): Any
@Nullable open fun <T : Any> getValue(context: EvaluationContext, @Nullable expectedResultType: Class<T>): T
@Nullable open fun getValue(context: EvaluationContext, rootObject: Any): Any
@Nullable open fun <T : Any> getValue(context: EvaluationContext, rootObject: Any, @Nullable expectedResultType: Class<T>): T