Uses of Interface
org.springframework.expression.TargetedAccessor
Package
Description
Expression parsing support within a Spring application context.
Core abstractions behind the Spring Expression Language.
SpEL's central implementation package.
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
Uses of TargetedAccessor in org.springframework.context.expression
Modifier and TypeClassDescriptionclass
EL property accessor that knows how to traverse the beans and contextual objects of a SpringBeanExpressionContext
.class
EL property accessor that knows how to traverse the beans of a SpringBeanFactory
.class
Read-only EL property accessor that knows how to retrieve keys of a SpringEnvironment
instance.class
EL property accessor that knows how to traverse the keys of a standardMap
. -
Uses of TargetedAccessor in org.springframework.expression
Modifier and TypeInterfaceDescriptioninterface
An index accessor is able to read from (and possibly write to) an indexed structure of an object.interface
A property accessor is able to read from (and possibly write to) an object's properties. -
Uses of TargetedAccessor in org.springframework.expression.spel
Modifier and TypeInterfaceDescriptioninterface
A compilablePropertyAccessor
is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor. -
Uses of TargetedAccessor in org.springframework.expression.spel.ast
Modifier and TypeMethodDescriptionstatic <T extends TargetedAccessor>
List<T>AstUtils.getAccessorsToTry
(Class<?> targetType, List<T> accessors) Determine the set of accessors that should be used to try to access an element on the specified target type. -
Uses of TargetedAccessor in org.springframework.expression.spel.support
Modifier and TypeClassDescriptionfinal class
AnPropertyAccessor
variant for data binding purposes, using reflection to access properties for reading and possibly writing.class
A powerfulPropertyAccessor
that uses reflection to access properties for reading and possibly also for writing on a target instance.