spring-framework / org.springframework.context.expression / BeanExpressionContextAccessor

BeanExpressionContextAccessor

open class BeanExpressionContextAccessor : PropertyAccessor

EL property accessor that knows how to traverse the beans and contextual objects of a Spring org.springframework.beans.factory.config.BeanExpressionContext.

Author
Juergen Hoeller

Author
Andy Clement

Since
3.0

Constructors

<init>

BeanExpressionContextAccessor()

EL property accessor that knows how to traverse the beans and contextual objects of a Spring org.springframework.beans.factory.config.BeanExpressionContext.

Functions

canRead

open fun canRead(context: EvaluationContext, target: Any, name: String): Boolean

canWrite

open fun canWrite(context: EvaluationContext, target: Any, name: String): Boolean

getSpecificTargetClasses

open fun getSpecificTargetClasses(): Array<Class<*>>

read

open fun read(context: EvaluationContext, target: Any, name: String): TypedValue

write

open fun write(context: EvaluationContext, target: Any, name: String, newValue: Any): Unit