spring-framework / org.springframework.expression.common / LiteralExpression / 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