Java org.springframework.expression EvaluationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.expression EvaluationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.expression EvaluationContext.

The text is from its open source code.

Method

ListgetMethodResolvers()
Return a list of resolvers that will be asked in turn to locate a method.
ListgetPropertyAccessors()
Return a list of accessors that will be asked in turn to read/write a property.
TypedValuegetRootObject()
Return the default root context object against which unqualified properties/methods/etc should be resolved.
ObjectlookupVariable(String name)
Look up a named variable within this evaluation context.
voidsetVariable(String name, @Nullable Object value)
Set a named variable within this evaluation context to a specified value.