Generated by
JDiff

Interface org.springframework.expression.Expression

Changed Methods
Class<?> getValueType() Change in return type from Class to Class<?>.
Returns the most general type that can be passed to the .setValue(EvaluationContext, Object) method using the default context.
Class<?> getValueType(Object) Change in return type from Class to Class<?>.
Returns the most general type that can be passed to the .setValue(EvaluationContext, Object) method using the default context.
Class<?> getValueType(EvaluationContext) Change in return type from Class to Class<?>.
Returns the most general type that can be passed to the .setValue(EvaluationContext, Object) method for the given context.
Class<?> getValueType(EvaluationContext, Object) Change in return type from Class to Class<?>.
Returns the most general type that can be passed to the .setValue(EvaluationContext, Object) method for the given context.