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
BeanExpressionContextAccessor()
EL property accessor that knows how to traverse the beans and contextual objects of a Spring org.springframework.beans.factory.config.BeanExpressionContext. |
open fun canRead(context: EvaluationContext, target: Any, name: String): Boolean |
|
open fun canWrite(context: EvaluationContext, target: Any, name: String): Boolean |
|
open fun getSpecificTargetClasses(): Array<Class<*>> |
|
open fun read(context: EvaluationContext, target: Any, name: String): TypedValue |
|
open fun write(context: EvaluationContext, target: Any, name: String, newValue: Any): Unit |