spring-framework / org.springframework.expression.spel.standard / SpelExpression / setValue

setValue

open fun setValue(rootObject: Any, @Nullable value: Any): Unit
open fun setValue(context: EvaluationContext, @Nullable value: Any): Unit
open fun setValue(context: EvaluationContext, rootObject: Any, @Nullable value: Any): Unit