Uses of Interface
org.springframework.expression.TargetedAccessor
Packages that use 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
Classes in org.springframework.context.expression that implement TargetedAccessorModifier and TypeClassDescriptionclassEL property accessor that knows how to traverse the beans and contextual objects of a SpringBeanExpressionContext.classEL property accessor that knows how to traverse the beans of a SpringBeanFactory.classRead-only EL property accessor that knows how to retrieve keys of a SpringEnvironmentinstance.classEL property accessor that knows how to traverse the keys of a standardMap. -
Uses of TargetedAccessor in org.springframework.expression
Subinterfaces of TargetedAccessor in org.springframework.expressionModifier and TypeInterfaceDescriptioninterfaceAn index accessor is able to read from (and possibly write to) an indexed structure of an object.interfaceA property accessor is able to read from (and possibly write to) an object's properties. -
Uses of TargetedAccessor in org.springframework.expression.spel
Subinterfaces of TargetedAccessor in org.springframework.expression.spelModifier and TypeInterfaceDescriptioninterfaceA compilablePropertyAccessoris 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
Methods in org.springframework.expression.spel.ast with type parameters of type TargetedAccessorModifier 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
Classes in org.springframework.expression.spel.support that implement TargetedAccessorModifier and TypeClassDescriptionfinal classAnPropertyAccessorvariant for data binding purposes, using reflection to access properties for reading and possibly writing.classA powerfulPropertyAccessorthat uses reflection to access properties for reading and possibly also for writing on a target instance.