类 MethodReference.MethodValueRef

java.lang.Object
cn.taketoday.expression.spel.ast.MethodReference.MethodValueRef
所有已实现的接口:
ValueRef
封闭类:
MethodReference

private class MethodReference.MethodValueRef extends Object implements ValueRef
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • getValue

      public TypedValue getValue()
      从接口复制的说明: ValueRef
      Returns the value this ValueRef points to, it should not require expression component re-evaluation.
      指定者:
      getValue 在接口中 ValueRef
      返回:
      the value
    • setValue

      public void setValue(@Nullable Object newValue)
      从接口复制的说明: ValueRef
      Sets the value this ValueRef points to, it should not require expression component re-evaluation.
      指定者:
      setValue 在接口中 ValueRef
      参数:
      newValue - the new value
    • isWritable

      public boolean isWritable()
      从接口复制的说明: ValueRef
      Indicates whether calling setValue(Object) is supported.
      指定者:
      isWritable 在接口中 ValueRef
      返回:
      true if setValue() is supported for this value reference.