Uses of Class
org.springframework.integration.expression.SpelPropertyAccessorRegistrar
Package
Description
Provides classes supporting SpEL expressions.
-
Uses of SpelPropertyAccessorRegistrar in org.springframework.integration.expression
Modifier and TypeMethodDescriptionSpelPropertyAccessorRegistrar.add
(String name, IndexAccessor indexAccessor) Add the provided namedIndexAccessor
.SpelPropertyAccessorRegistrar.add
(String name, PropertyAccessor propertyAccessor) Add the provided named property accessor.SpelPropertyAccessorRegistrar.add
(IndexAccessor... indexAccessors) Add the providedIndexAccessor
instances.SpelPropertyAccessorRegistrar.add
(PropertyAccessor... propertyAccessors) Add the provided property accessors.