Uses of Interface
org.springframework.expression.spel.CompilablePropertyAccessor
Package
Description
Expression parsing support within a Spring application context.
SpEL's default implementations for various core abstractions.
-
Uses of CompilablePropertyAccessor in org.springframework.context.expression
Modifier and TypeClassDescriptionclass
EL property accessor that knows how to traverse the keys of a standardMap
. -
Uses of CompilablePropertyAccessor in org.springframework.expression.spel.support
Modifier and TypeClassDescriptionstatic class
An optimized form of a PropertyAccessor that will use reflection but only knows how to access a particular property on a particular class.