Uses of Interface
org.springframework.expression.IndexAccessor
Package
Description
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
Uses of IndexAccessor in org.springframework.expression
Modifier and TypeMethodDescriptiondefault List<IndexAccessor>
EvaluationContext.getIndexAccessors()
Return a list of index accessors that will be asked in turn to access or set an indexed value. -
Uses of IndexAccessor in org.springframework.expression.spel.support
Modifier and TypeMethodDescriptionStandardEvaluationContext.getIndexAccessors()
Get the list of index accessors configured in this evaluation context.Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.addIndexAccessor
(IndexAccessor indexAccessor) Add the supplied index accessor to this evaluation context.boolean
StandardEvaluationContext.removeIndexAccessor
(IndexAccessor indexAccessor) Remove the supplied index accessor from this evaluation context.Modifier and TypeMethodDescriptionvoid
StandardEvaluationContext.setIndexAccessors
(List<IndexAccessor> indexAccessors) Set the list of index accessors to use in this evaluation context.