The SpEL Evaluation chapter in the reference manual contains the following outdated information.
SimpleEvaluationContext
no longer has acreate()
method. Instead it hasforPropertyAccessors()
,forReadOnlyDataBinding()
, andforReadWriteDataBinding()
factory methods.- SpEL actually cannot automatically create missing array elements or grow the size of an array like it can for a
Collection
.