Uses of Interface
org.springframework.expression.IndexAccessor
Packages that use 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
Methods in org.springframework.expression that return types with arguments of type IndexAccessorModifier 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
Methods in org.springframework.expression.spel.support that return types with arguments of type IndexAccessorModifier and TypeMethodDescriptionStandardEvaluationContext.getIndexAccessors()Get the list of index accessors configured in this evaluation context.Methods in org.springframework.expression.spel.support with parameters of type IndexAccessorModifier and TypeMethodDescriptionvoidStandardEvaluationContext.addIndexAccessor(IndexAccessor indexAccessor) Add the supplied index accessor to this evaluation context.booleanStandardEvaluationContext.removeIndexAccessor(IndexAccessor indexAccessor) Remove the supplied index accessor from this evaluation context.Method parameters in org.springframework.expression.spel.support with type arguments of type IndexAccessorModifier and TypeMethodDescriptionvoidStandardEvaluationContext.setIndexAccessors(List<IndexAccessor> indexAccessors) Set the list of index accessors to use in this evaluation context.